Searched refs:num_rq (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 547 u8 num_rq); 550 u8 num_rq); 553 u8 num_rq); 556 u8 num_rq); 559 u8 num_rq);
|
D | bnx2fc_io.c | 26 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 …]
|
D | bnx2fc_hwi.c | 627 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 …]
|
D | bnx2fc_els.c | 798 struct fcoe_task_ctx_entry *task, u8 num_rq) in bnx2fc_process_els_compl() argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 463 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/ |
D | lustre_net.h | 2367 int ptlrpc_add_rqs_to_pool(struct ptlrpc_request_pool *pool, int num_rq);
|