Home
last modified time | relevance | path

Searched refs:num_rq (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc.h547 u8 num_rq);
550 u8 num_rq);
553 u8 num_rq);
556 u8 num_rq);
559 u8 num_rq);
Dbnx2fc_io.c26 u8 num_rq);
1287 u8 num_rq) in bnx2fc_process_cleanup_compl() argument
1300 u8 num_rq) in bnx2fc_process_abts_compl() argument
1458 struct fcoe_task_ctx_entry *task, u8 num_rq) in bnx2fc_process_tm_compl() argument
1497 rsp_buf, num_rq); in bnx2fc_process_tm_compl()
1684 u8 num_rq) in bnx2fc_parse_fcp_rsp() argument
1707 if (num_rq) { in bnx2fc_parse_fcp_rsp()
1730 if (rq_buff_len > num_rq * BNX2FC_RQ_BUF_SZ) { in bnx2fc_parse_fcp_rsp()
1735 rq_buff_len = num_rq * BNX2FC_RQ_BUF_SZ; in bnx2fc_parse_fcp_rsp()
1740 if (num_rq > 1) { in bnx2fc_parse_fcp_rsp()
[all …]
Dbnx2fc_hwi.c627 u8 num_rq; in bnx2fc_process_unsol_compl() local
650 num_rq = (frame_len + BNX2FC_RQ_BUF_SZ - 1) / BNX2FC_RQ_BUF_SZ; in bnx2fc_process_unsol_compl()
653 rq_data = (unsigned char *)bnx2fc_get_next_rqe(tgt, num_rq); in bnx2fc_process_unsol_compl()
659 buf1 = buf = kmalloc((num_rq * BNX2FC_RQ_BUF_SZ), in bnx2fc_process_unsol_compl()
667 for (i = 0; i < num_rq; i++) { in bnx2fc_process_unsol_compl()
683 bnx2fc_return_rqe(tgt, num_rq); in bnx2fc_process_unsol_compl()
693 num_rq = 1; in bnx2fc_process_unsol_compl()
812 num_rq = 1; in bnx2fc_process_unsol_compl()
884 u8 num_rq; in bnx2fc_process_cq_compl() local
898 num_rq = ((task->rxwr_txrd.var_ctx.rx_flags & in bnx2fc_process_cq_compl()
[all …]
Dbnx2fc_els.c798 struct fcoe_task_ctx_entry *task, u8 num_rq) in bnx2fc_process_els_compl() argument
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c463 int ptlrpc_add_rqs_to_pool(struct ptlrpc_request_pool *pool, int num_rq) in ptlrpc_add_rqs_to_pool() argument
478 for (i = 0; i < num_rq; i++) { in ptlrpc_add_rqs_to_pool()
498 return num_rq; in ptlrpc_add_rqs_to_pool()
511 ptlrpc_init_rq_pool(int num_rq, int msgsize, in ptlrpc_init_rq_pool() argument
530 populate_pool(pool, num_rq); in ptlrpc_init_rq_pool()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2367 int ptlrpc_add_rqs_to_pool(struct ptlrpc_request_pool *pool, int num_rq);