Home
last modified time | relevance | path

Searched refs:nsge (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c178 if (req->nsge) in csio_scsi_fcp_cmnd()
302 ULPTX_NSGE_V(req->nsge)); in csio_scsi_init_ultptx_dsgl()
305 scsi_for_each_sg(scmnd, sgel, req->nsge, i) { in csio_scsi_init_ultptx_dsgl()
464 if (unlikely((req)->nsge > 1)) \
466 (ALIGN(((req)->nsge - 1), 2) / 2)); \
569 scsi_for_each_sg(scmnd, sgel, req->nsge, i) { in csio_setup_ddp()
583 if ((i != (req->nsge - 1)) && in csio_setup_ddp()
626 req->nsge = i; in csio_setup_ddp()
711 if (req->nsge) { in csio_scsis_uninit()
1720 if (req->nsge > 0) { in csio_scsi_err_handler()
[all …]
H A Dcsio_wr.h245 uint32_t nsge; /* Number of SG elements */ member
H A Dcsio_isr.c235 ioreq->nsge); in csio_scsi_isr_handler()
/linux/net/tls/
H A Dtls_sw.c623 struct scatterlist *sge, *osge, *nsge; tls_split_open_record() local
707 struct scatterlist *osge, *nsge; tls_merge_open_record() local
/linux/drivers/infiniband/hw/cxgb4/
H A Dt4fw_ri_api.h122 __be16 nsge; member
137 __be16 nsge; member
H A Dqp.c479 isglp->nsge = cpu_to_be16(num_sge); in build_isgl()
850 sglp->nsge = cpu_to_be16(1); in build_memreg()
/linux/drivers/scsi/
H A Dmyrb.c1275 int nsge; in myrb_pthru_queuecommand() local
1281 nsge = scsi_dma_map(scmd); in myrb_pthru_queuecommand()
1282 if (nsge > 1) { in myrb_pthru_queuecommand()
1431 int nsge; in myrb_ldev_queuecommand() local
1557 nsge = scsi_dma_map(scmd); in myrb_ldev_queuecommand()
1558 if (nsge == 1) { in myrb_ldev_queuecommand()
1590 mbox->type5.sg_count = nsge; in myrb_ldev_queuecommand()
1592 scsi_for_each_sg(scmd, sgl, nsge, i) { in myrb_ldev_queuecommand()
H A Dmyrs.c1596 int nsge; in myrs_queuecommand() local
1718 nsge = scsi_dma_map(scmd); in myrs_queuecommand()
1719 if (nsge == 1) { in myrs_queuecommand()
1728 if (nsge > 2) { in myrs_queuecommand()
1752 hw_sge->ext.sge0_len = nsge; in myrs_queuecommand()
1757 scsi_for_each_sg(scmd, sgl, nsge, i) { in myrs_queuecommand()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1392 dma_addr_t addr, u8 nsge, u16 len, in ionic_tx_tso_post() argument
1406 cmd = encode_txq_desc_cmd(IONIC_TXQ_DESC_OPCODE_TSO, flags, nsge, addr); in ionic_tx_tso_post()
/linux/net/core/
H A Dfilter.c2837 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4()
2943 nsge = sk_msg_elem_cpy(msg, i); in sk_msg_shift_left()
2955 sge = nsge;
2959 nsge = nnsge; in sk_msg_shift_right()
2964 nsge = sk_msg_elem_cpy(msg, i); in sk_msg_shift_right()
3091 struct scatterlist *nsge, *sge = sk_msg_elem(msg, i); in BPF_CALL_4()
3103 nsge = sk_msg_elem(msg, i);
3105 sg_set_page(nsge,
2795 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; BPF_CALL_4() local
3026 struct scatterlist *nsge, *sge = sk_msg_elem(msg, i); BPF_CALL_4() local
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1094 static u16 bnxt_re_get_wqe_size(int ilsize, int nsge) in bnxt_re_get_wqe_size()
1098 wqe_size = bnxt_re_get_swqe_size(nsge); in bnxt_re_get_wqe_size()
1088 bnxt_re_get_wqe_size(int ilsize,int nsge) bnxt_re_get_wqe_size() argument