Searched refs:full_req_cnt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 2737 uint32_t *full_req_cnt) in qlt_pre_xmit_response() 2762 *full_req_cnt = prm->req_cnt; in qlt_pre_xmit_response() 2791 (*full_req_cnt)++; in qlt_pre_xmit_response() 3220 uint32_t full_req_cnt = 0; in qlt_xmit_response() local 3237 &full_req_cnt); in qlt_xmit_response() 3264 res = qlt_check_reserve_free_req(qpair, full_req_cnt); in qlt_xmit_response() 3273 qpair->req->cnt += full_req_cnt; in qlt_xmit_response() 2735 qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, struct qla_tgt_prm *prm, int xmit_type, uint8_t scsi_status, uint32_t *full_req_cnt) qlt_pre_xmit_response() argument
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 2769 uint32_t *full_req_cnt) in qlt_pre_xmit_response() 2794 *full_req_cnt = prm->req_cnt; in qlt_pre_xmit_response() 2823 (*full_req_cnt)++; in qlt_pre_xmit_response() 3252 uint32_t full_req_cnt = 0; in qlt_xmit_response() local 3269 &full_req_cnt); in qlt_xmit_response() 3296 res = qlt_check_reserve_free_req(qpair, full_req_cnt); in qlt_xmit_response() 3305 qpair->req->cnt += full_req_cnt; in qlt_xmit_response() 2767 qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, struct qla_tgt_prm *prm, int xmit_type, uint8_t scsi_status, uint32_t *full_req_cnt) qlt_pre_xmit_response() argument
|
Completed in 15 milliseconds