Home
last modified time | relevance | path

Searched refs:BNX2FC_SQ_WQE_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c670 tgt->sq_mem_size = tgt->max_sqes * BNX2FC_SQ_WQE_SIZE; in bnx2fc_alloc_session_resc()
800 tgt->lcq_mem_size = (tgt->max_sqes + 8) * BNX2FC_SQ_WQE_SIZE; in bnx2fc_alloc_session_resc()
H A Dbnx2fc.h105 #define BNX2FC_SQ_WQE_SIZE (sizeof(struct fcoe_sqe)) macro