Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qedf/
Dqedf_main.c1246 uint16_t total_sqe = (fcport->sq_mem_size / sizeof(struct fcoe_wqe)); in qedf_offload_connection() local
1327 fcport->rdata->ids.port_id, total_sqe); in qedf_offload_connection()
1330 atomic_set(&fcport->free_sqes, total_sqe); in qedf_offload_connection()
Dqedf_io.c768 uint16_t total_sqe = (fcport->sq_mem_size)/(sizeof(struct fcoe_wqe)); in qedf_get_sqe_idx() local
776 if (fcport->sq_prod_idx == total_sqe) in qedf_get_sqe_idx()