| /Linux-v5.4/drivers/scsi/csiostor/ |
| D | csio_scsi.c | 178 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() 1716 if (req->nsge > 0) { in csio_scsi_err_handler() [all …]
|
| D | csio_wr.h | 245 uint32_t nsge; /* Number of SG elements */ member
|
| D | csio_isr.c | 235 ioreq->nsge); in csio_scsi_isr_handler()
|
| /Linux-v5.4/net/tls/ |
| D | tls_sw.c | 547 struct scatterlist *sge, *osge, *nsge; in tls_split_open_record() local 599 nsge = sk_msg_elem(msg_npl, j); in tls_split_open_record() 601 memcpy(nsge, &tmp, sizeof(*nsge)); in tls_split_open_record() 603 nsge = sk_msg_elem(msg_npl, j); in tls_split_open_record() 608 memcpy(nsge, osge, sizeof(*nsge)); in tls_split_open_record() 609 sg_unmark_end(nsge); in tls_split_open_record() 615 nsge = sk_msg_elem(msg_npl, j); in tls_split_open_record() 631 struct scatterlist *osge, *nsge; in tls_merge_open_record() local 639 nsge = sk_msg_elem(msg_npl, j); in tls_merge_open_record() 641 if (sg_page(osge) == sg_page(nsge) && in tls_merge_open_record() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/pensando/ionic/ |
| D | ionic_txrx.c | 377 u8 opcode, flags, nsge; in ionic_tx_clean() local 383 &opcode, &flags, &nsge, &addr); in ionic_tx_clean() 396 for (i = 0; i < nsge; i++, elem++) in ionic_tx_clean() 505 dma_addr_t addr, u8 nsge, u16 len, in ionic_tx_tso_post() argument 519 cmd = encode_txq_desc_cmd(IONIC_TXQ_DESC_OPCODE_TSO, flags, nsge, addr); in ionic_tx_tso_post()
|
| D | ionic_if.h | 713 u8 nsge, u64 addr) in encode_txq_desc_cmd() argument 719 cmd |= (nsge & IONIC_TXQ_DESC_NSGE_MASK) << IONIC_TXQ_DESC_NSGE_SHIFT; in encode_txq_desc_cmd() 726 u8 *nsge, u64 *addr) in decode_txq_desc_cmd() argument 730 *nsge = (cmd >> IONIC_TXQ_DESC_NSGE_SHIFT) & IONIC_TXQ_DESC_NSGE_MASK; in decode_txq_desc_cmd()
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | t4fw_ri_api.h | 122 __be16 nsge; member 139 __be16 nsge; member
|
| D | qp.c | 481 isglp->nsge = cpu_to_be16(num_sge); in build_isgl() 852 sglp->nsge = cpu_to_be16(1); in build_memreg()
|
| /Linux-v5.4/drivers/scsi/ |
| D | myrb.c | 1276 int nsge; in myrb_pthru_queuecommand() local 1282 nsge = scsi_dma_map(scmd); in myrb_pthru_queuecommand() 1283 if (nsge > 1) { in myrb_pthru_queuecommand() 1433 int nsge; in myrb_ldev_queuecommand() local 1585 nsge = scsi_dma_map(scmd); in myrb_ldev_queuecommand() 1586 if (nsge == 1) { in myrb_ldev_queuecommand() 1618 mbox->type5.sg_count = nsge; in myrb_ldev_queuecommand() 1620 scsi_for_each_sg(scmd, sgl, nsge, i) { in myrb_ldev_queuecommand()
|
| D | myrs.c | 1595 int nsge; in myrs_queuecommand() local 1722 nsge = scsi_dma_map(scmd); in myrs_queuecommand() 1723 if (nsge == 1) { in myrs_queuecommand() 1732 if (nsge > 2) { in myrs_queuecommand() 1756 hw_sge->ext.sge0_len = nsge; in myrs_queuecommand() 1761 scsi_for_each_sg(scmd, sgl, nsge, i) { in myrs_queuecommand()
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 2347 struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; in BPF_CALL_4() local 2431 nsge = sk_msg_elem_cpy(msg, i); in BPF_CALL_4() 2439 sge = nsge; in BPF_CALL_4() 2442 nsge = nnsge; in BPF_CALL_4() 2445 nsge = sk_msg_elem_cpy(msg, i); in BPF_CALL_4() 2555 struct scatterlist *nsge, *sge = sk_msg_elem(msg, i); in BPF_CALL_4() local 2565 nsge = sk_msg_elem(msg, i); in BPF_CALL_4() 2567 sg_set_page(nsge, in BPF_CALL_4()
|