Home
last modified time | relevance | path

Searched refs:BFI_MSGQ_RSP_ENTRY_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbfa_msgq.c472 rspq_qe += (rspq->consumer_index * BFI_MSGQ_RSP_ENTRY_SIZE); in bfa_msgq_rspq_pi_update()
647 src += (ci * BFI_MSGQ_RSP_ENTRY_SIZE); in bfa_msgq_rsp_copy()
651 to_copy = (len < BFI_MSGQ_RSP_ENTRY_SIZE) ? in bfa_msgq_rsp_copy()
652 len : BFI_MSGQ_RSP_ENTRY_SIZE; in bfa_msgq_rsp_copy()
655 dst += BFI_MSGQ_RSP_ENTRY_SIZE; in bfa_msgq_rsp_copy()
658 src += (ci * BFI_MSGQ_RSP_ENTRY_SIZE); in bfa_msgq_rsp_copy()
Dbfa_msgq.h32 (BFI_MSGQ_RSP_ENTRY_SIZE * BFA_MSGQ_RSPQ_NUM_ENTRY)
Dbfi.h406 #define BFI_MSGQ_RSP_ENTRY_SIZE (64) /* TBD */ macro
/linux-5.19.10/drivers/scsi/bfa/
Dbfi.h580 #define BFI_MSGQ_RSP_ENTRY_SIZE (64) /* TBD */ macro