Home
last modified time | relevance | path

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

/drivers/scsi/qedf/
Dqedf_io.c760 uint16_t total_sqe = (fcport->sq_mem_size)/(sizeof(struct fcoe_wqe)); in qedf_get_sqe_idx() local
768 if (fcport->sq_prod_idx == total_sqe) in qedf_get_sqe_idx()
Dqedf_main.c1312 uint16_t total_sqe = (fcport->sq_mem_size / sizeof(struct fcoe_wqe)); in qedf_offload_connection() local
1393 fcport->rdata->ids.port_id, total_sqe); in qedf_offload_connection()
1396 atomic_set(&fcport->free_sqes, total_sqe); in qedf_offload_connection()