Home
last modified time | relevance | path

Searched refs:sqe (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i.h498 struct sqe { struct
634 struct sqe *sq_virt;
638 struct sqe *sq_prod_qe;
639 struct sqe *sq_cons_qe;
640 struct sqe *sq_first_qe;
641 struct sqe *sq_last_qe;
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1385 struct fcoe_sqe *sqe; in bnx2fc_add_2_sq() local
1387 sqe = &tgt->sq[tgt->sq_prod_idx]; in bnx2fc_add_2_sq()
1390 sqe->wqe = xid << FCOE_SQE_TASK_ID_SHIFT; in bnx2fc_add_2_sq()
1391 sqe->wqe |= tgt->sq_curr_toggle_bit << FCOE_SQE_TOGGLE_BIT_SHIFT; in bnx2fc_add_2_sq()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic_defs.h3105 struct fcoe_sqe sqe; member