Searched refs:num_rq (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 548 u8 num_rq); 551 u8 num_rq); 554 u8 num_rq); 557 u8 num_rq); 560 u8 num_rq);
|
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_io.c | 26 u8 num_rq); 1348 u8 num_rq) in bnx2fc_process_cleanup_compl() argument 1361 u8 num_rq) in bnx2fc_process_abts_compl() argument 1519 struct fcoe_task_ctx_entry *task, u8 num_rq) in bnx2fc_process_tm_compl() argument 1558 rsp_buf, num_rq); in bnx2fc_process_tm_compl() 1745 u8 num_rq) in bnx2fc_parse_fcp_rsp() argument 1765 if (num_rq) { in bnx2fc_parse_fcp_rsp() 1788 if (rq_buff_len > num_rq * BNX2FC_RQ_BUF_SZ) { in bnx2fc_parse_fcp_rsp() 1793 rq_buff_len = num_rq * BNX2FC_RQ_BUF_SZ; in bnx2fc_parse_fcp_rsp() 1798 if (num_rq > 1) { in bnx2fc_parse_fcp_rsp() [all …]
|
D | bnx2fc_els.c | 798 struct fcoe_task_ctx_entry *task, u8 num_rq) in bnx2fc_process_els_compl() argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 449 void ptlrpc_add_rqs_to_pool(struct ptlrpc_request_pool *pool, int num_rq) in ptlrpc_add_rqs_to_pool() argument 464 for (i = 0; i < num_rq; i++) { in ptlrpc_add_rqs_to_pool() 496 ptlrpc_init_rq_pool(int num_rq, int msgsize, in ptlrpc_init_rq_pool() argument 513 populate_pool(pool, num_rq); in ptlrpc_init_rq_pool()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2380 void ptlrpc_add_rqs_to_pool(struct ptlrpc_request_pool *pool, int num_rq);
|