Searched defs:num_rq (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c799 struct fcoe_task_ctx_entry *task, u8 num_rq)
798 bnx2fc_process_els_compl(struct bnx2fc_cmd *els_req, struct fcoe_task_ctx_entry *task, u8 num_rq) argument
H A Dbnx2fc_hwi.c619 u8 num_rq; local
642 num_rq = (frame_len + BNX2FC_RQ_BUF_SZ - 1) / BNX2FC_RQ_BUF_SZ;
645 rq_data = (unsigned char *)bnx2fc_get_next_rqe(tgt, num_rq);
651 buf1 = buf = kmalloc((num_rq * BNX2FC_RQ_BUF_SZ),
659 for (i = 0; i < num_rq; i++) {
675 bnx2fc_return_rqe(tgt, num_rq);
685 num_rq = 1;
806 num_rq = 1;
880 u8 num_rq; local
894 num_rq
[all...]
H A Dbnx2fc_io.c25 u8 num_rq);
1306 u8 num_rq)
1319 u8 num_rq)
1483 struct fcoe_task_ctx_entry *task, u8 num_rq)
1522 rsp_buf, num_rq);
1714 u8 num_rq)
1734 if (num_rq) {
1737 * We do not anticipate num_rq >1, as the linux defined
1757 if (rq_buff_len > num_rq * BNX2FC_RQ_BUF_SZ) {
1762 rq_buff_len = num_rq * BNX2FC_RQ_BUF_S
1304 bnx2fc_process_cleanup_compl(struct bnx2fc_cmd *io_req, struct fcoe_task_ctx_entry *task, u8 num_rq) argument
1317 bnx2fc_process_abts_compl(struct bnx2fc_cmd *io_req, struct fcoe_task_ctx_entry *task, u8 num_rq) argument
1482 bnx2fc_process_tm_compl(struct bnx2fc_cmd *io_req, struct fcoe_task_ctx_entry *task, u8 num_rq) argument
1712 bnx2fc_parse_fcp_rsp(struct bnx2fc_cmd *io_req, struct fcoe_fcp_rsp_payload *fcp_rsp, u8 num_rq) argument
1858 bnx2fc_process_scsi_cmd_compl(struct bnx2fc_cmd *io_req, struct fcoe_task_ctx_entry *task, u8 num_rq) argument
[all...]

Completed in 106 milliseconds