Searched refs:rqst_idx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.c | 2000 int rqst_idx; in smbd_send() local 2026 rqst_idx = 0; in smbd_send() 2028 rqst = &rqst_array[rqst_idx]; in smbd_send() 2032 rqst_idx, smb_rqst_len(server, rqst)); in smbd_send() 2037 log_write(INFO, "rqst_idx=%d nvec=%d rqst->rq_npages=%d rq_pagesz=%d rq_tailsz=%d buflen=%lu\n", in smbd_send() 2038 rqst_idx, rqst->rq_nvec, rqst->rq_npages, rqst->rq_pagesz, in smbd_send() 2132 rqst_idx++; in smbd_send() 2133 if (rqst_idx < num_rqst) in smbd_send()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.c | 1961 int rc, i, rqst_idx; in smbd_send() local 1985 rqst_idx = 0; in smbd_send() 1987 rqst = &rqst_array[rqst_idx]; in smbd_send() 1990 rqst_idx, smb_rqst_len(server, rqst)); in smbd_send() 1995 rqst_idx, rqst->rq_nvec, remaining_data_length, in smbd_send() 2016 } while (++rqst_idx < num_rqst); in smbd_send()
|
Completed in 6 milliseconds