Go to the documentation of this file.
758 #define BFA_TFRU_DATA_SIZE 64
759 #define BFA_MAX_FRUVPD_TRANSFER_SIZE 0x1000
796 #define bfa_bsg_fcpt_t struct bfa_bsg_fcpt_s
803 #define bfad_chk_iocmd_sz(__payload_len, __hdrsz, __bufsz) \
804 (((__payload_len) != ((__hdrsz) + (__bufsz))) ? \
805 BFA_STATUS_FAILED : BFA_STATUS_OK)