Searched refs:BFI_MSGQ_RSP_ENTRY_SIZE (Results 1 – 4 of 4) sorted by relevance
470 rspq_qe += (rspq->consumer_index * BFI_MSGQ_RSP_ENTRY_SIZE); in bfa_msgq_rspq_pi_update()645 src += (ci * BFI_MSGQ_RSP_ENTRY_SIZE); in bfa_msgq_rsp_copy()649 to_copy = (len < BFI_MSGQ_RSP_ENTRY_SIZE) ? in bfa_msgq_rsp_copy()650 len : BFI_MSGQ_RSP_ENTRY_SIZE; in bfa_msgq_rsp_copy()653 dst += BFI_MSGQ_RSP_ENTRY_SIZE; in bfa_msgq_rsp_copy()656 src += (ci * BFI_MSGQ_RSP_ENTRY_SIZE); in bfa_msgq_rsp_copy()
32 (BFI_MSGQ_RSP_ENTRY_SIZE * BFA_MSGQ_RSPQ_NUM_ENTRY)
406 #define BFI_MSGQ_RSP_ENTRY_SIZE (64) /* TBD */ macro
580 #define BFI_MSGQ_RSP_ENTRY_SIZE (64) /* TBD */ macro