| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | sge.c | 233 struct sge *sge; member 247 struct sge { struct 261 u32 sge_control; /* shadow value of sge control reg */ argument 262 struct sge_intr_counts stats; argument 263 struct sge_port_stats __percpu *port_stats[MAX_NPORTS]; argument 275 static void tx_sched_stop(struct sge *sge) in tx_sched_stop() 290 unsigned int t1_sched_update_parms(struct sge *sge, unsigned int port, in t1_sched_update_parms() 364 static int tx_sched_init(struct sge *sge) in tx_sched_init() 391 static inline int sched_update_avail(struct sge *sge) in sched_update_avail() 425 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | adapter.h | 271 struct sge { struct 275 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument 276 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument 282 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument 284 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument 285 spinlock_t intrq_lock; 295 struct timer_list rx_timer; 300 struct timer_list tx_timer; 307 u16 max_ethqsets; /* # of available Ethernet queue sets */ 308 u16 ethqsets; /* # of active Ethernet queue sets */ [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4.h | 437 struct sge_params sge; member 964 struct sge { struct 965 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument 966 struct sge_eth_txq ptptxq; argument 967 struct sge_ctrl_txq ctrlq[MAX_CTRL_QUEUES]; argument 969 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument 970 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument 971 struct sge_uld_rxq_info **uld_rxq_info; argument 972 struct sge_uld_txq_info **uld_txq_info; argument 974 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument [all …]
|
| /linux/net/core/ |
| H A D | skmsg.c | 36 struct scatterlist *sge; in sk_msg_alloc() local 91 struct scatterlist *sge in sk_msg_clone() local 143 struct scatterlist *sge = sk_msg_elem(msg, i); sk_msg_return_zero() local 167 struct scatterlist *sge = &msg->sg.data[i]; sk_msg_return() local 180 struct scatterlist *sge = sk_msg_elem(msg, i); sk_msg_free_elem() local 196 struct scatterlist *sge = sk_msg_elem(msg, i); __sk_msg_free() local 226 struct scatterlist *sge; __sk_msg_free_partial() local 373 struct scatterlist *sge; sk_msg_memcopy_from_iter() local 423 struct scatterlist *sge; sk_msg_recvmsg() local [all...] |
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_common.c | 55 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, int len) in hinic_set_sge() 68 dma_addr_t hinic_sge_to_dma(struct hinic_sge *sge) in hinic_sge_to_dma()
|
| H A D | hinic_rx.c | 198 struct hinic_sge sge; in rx_alloc_pkts() local 247 struct hinic_sge sge; in free_all_rx_skbs() local 277 struct hinic_sge sge; in rx_recv_jumbo_pkt() local 365 struct hinic_sge sge; in rxq_recv() local
|
| H A D | hinic_hw_wqe.h | 309 struct hinic_sge sge; member 328 struct hinic_sge sge; member 378 struct hinic_sge sge; member 405 struct hinic_sge sge; member
|
| /linux/include/rdma/ |
| H A D | rdmavt_mr.h | 78 struct rvt_sge sge; /* progress state for the current SGE */ member 102 static inline u32 rvt_get_sge_length(struct rvt_sge *sge, u32 length) in rvt_get_sge_length() 117 struct rvt_sge *sge = &ss->sge; in rvt_update_sge() local 141 struct rvt_sge *sge = &ss->sge; in rvt_skip_sge() local
|
| H A D | rw.h | 24 struct ib_sge sge; member 36 struct ib_sge sge; member
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 37 static struct page *siw_get_page(struct siw_mem *mem, struct siw_sge *sge, in siw_get_page() 52 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_try_1seg() local 376 struct siw_sge *sge, unsigned int offset, in siw_0copy_tx() 441 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt() local 766 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_check_sgl_tx() local
|
| H A D | siw_qp_rx.c | 471 struct siw_sge *sge; in siw_proc_send() local 788 struct siw_sge *sge; in siw_proc_rresp() local
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | rpc_rdma.c | 537 struct ib_sge *sge; in rpcrdma_sendctx_unmap() local 561 struct ib_sge *sge = &sc->sc_sges[req->rl_wr.num_sge++]; in rpcrdma_prepare_hdr_sge() local 578 struct ib_sge *sge = &sc->sc_sges[req->rl_wr.num_sge++]; in rpcrdma_prepare_head_iov() local 603 struct ib_sge *sge; in rpcrdma_prepare_pagelist() local 641 struct ib_sge *sge = &sc->sc_sges[req->rl_wr.num_sge++]; in rpcrdma_prepare_tail_iov() local
|
| /linux/net/ipv4/ |
| H A D | tcp_bpf.c | 36 struct scatterlist *sge; in bpf_tcp_ingress() local 95 struct scatterlist *sge; in tcp_bpf_push() local 204 struct scatterlist *sge; in is_next_msg_fin() local
|
| /linux/net/rds/ |
| H A D | ib_recv.c | 54 struct ib_sge *sge; in rds_ib_recv_init_ring() local 312 struct ib_sge *sge; in rds_ib_recv_refill_one() local 578 struct ib_sge *sge = &ic->i_ack_sge; rds_ib_recv_init_ack() local [all...] |
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_mgmt.c | 128 struct be_sge *sge; in mgmt_open_connection() local 230 struct be_sge *sge; in beiscsi_exec_nemb_cmd() local 1011 struct be_sge *sge; in beiscsi_boot_get_sinfo() local 1509 struct be_sge *sge; in beiscsi_mgmt_invalidate_icds() local
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_qp.c | 678 struct pvrdma_sge *sge; in pvrdma_post_send() local 880 struct pvrdma_sge *sge; in pvrdma_post_recv() local
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | adapter.h | 215 struct sge { struct 216 struct sge_qset qs[SGE_QSETS]; argument 217 spinlock_t reg_lock; /* guards non-atomic SGE registers (eg context) */ 244 struct sge sge; member
|
| /linux/include/uapi/rdma/ |
| H A D | siw-abi.h | 119 struct siw_sge sge[SIW_MAX_SGE]; member 135 struct siw_sge sge[SIW_MAX_SGE]; member
|
| /linux/drivers/ata/ |
| H A D | sata_sil24.c | 247 struct sil24_sge sge[SIL24_MAX_SGE]; member 253 struct sil24_sge sge[SIL24_MAX_SGE]; member 769 struct sil24_sge *sge) in sil24_fill_sg() 838 struct sil24_sge *sge; in sil24_qc_prep() local
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_cm.c | 119 struct ib_sge *sge, int id) in ipoib_cm_post_receive_nonsrq() 330 struct ib_sge *sge) in ipoib_cm_init_rx_wr() 353 struct ib_sge sge[IPOIB_CM_RX_SG]; in ipoib_cm_nonsrq_init_rx() member
|
| /linux/net/9p/ |
| H A D | trans_rdma.c | 387 struct ib_sge sge; in post_recv() local 422 struct ib_sge sge; in rdma_request() local
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_mr.c | 344 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in copy_data() local 584 struct rxe_sge *sge = &dma->sge[dma->cur_sge]; in advance_dma_data() local
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.c | 1422 struct sli4_sge *sge = sgl->virt; in sli_els_request64_wqe() local 1567 struct sli4_sge *sge = NULL; in sli_fcp_icmnd64_wqe() local 1634 struct sli4_sge *sge = NULL; in sli_fcp_iread64_wqe() local 1737 struct sli4_sge *sge = NULL; in sli_fcp_iwrite64_wqe() local 1829 struct sli4_sge *sge = NULL; in sli_fcp_treceive64_wqe() local 1971 struct sli4_sge *sge = sgl->virt; in sli_fcp_trsp64_wqe() local 2032 struct sli4_sge *sge = NULL; in sli_fcp_tsend64_wqe() local 2156 struct sli4_sge *sge = NULL; in sli_gen_request64_wqe() local
|
| /linux/drivers/scsi/esas2r/ |
| H A D | atvda.h | 504 struct atto_vda_sge sge[1]; member 557 struct atto_vda_sge sge[1]; member 1072 struct atto_vda_sge sge[1]; member 1095 struct atto_vda_sge sge[1]; member 1098 struct atto_vda_sge sge[1]; member 1120 struct atto_vda_sge sge[1]; member 1133 struct atto_vda_sge sge[1]; member 1147 struct atto_vda_sge sge[1]; member 1174 struct atto_vda_sge sge[1]; member 1191 struct atto_vda_sge sge; member [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_mbox.c | 1760 struct lpfc_mbx_sge *sge) in lpfc_sli4_mbx_sge_get() 1784 struct lpfc_mbx_sge sge; in lpfc_sli4_mbox_cmd_free() local 2087 struct lpfc_mbx_sge sge; in lpfc_sli4_mbx_read_fcf_rec() local
|