Searched refs:BFI_MSGQ_RSP_ENTRY_SIZE (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_msgq.h32 (BFI_MSGQ_RSP_ENTRY_SIZE * BFA_MSGQ_RSPQ_NUM_ENTRY)
H A Dbfa_msgq.c470 rspq_qe += (rspq->consumer_index * BFI_MSGQ_RSP_ENTRY_SIZE);
645 src += (ci * BFI_MSGQ_RSP_ENTRY_SIZE);
649 to_copy = (len < BFI_MSGQ_RSP_ENTRY_SIZE) ?
650 len : BFI_MSGQ_RSP_ENTRY_SIZE;
653 dst += BFI_MSGQ_RSP_ENTRY_SIZE;
656 src += (ci * BFI_MSGQ_RSP_ENTRY_SIZE);
H A Dbfi.h406 #define BFI_MSGQ_RSP_ENTRY_SIZE (64) /* TBD */ macro
/linux-master/drivers/scsi/bfa/
H A Dbfi.h580 #define BFI_MSGQ_RSP_ENTRY_SIZE (64) /* TBD */ macro

Completed in 173 milliseconds