Home
last modified time | relevance | path

Searched defs:sge (Results 1 – 25 of 106) sorted by relevance

12345

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb/
Dsge.c233 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-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h271 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-6.6.21/drivers/net/ethernet/huawei/hinic/
Dhinic_common.c55 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()
Dhinic_rx.c198 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
Dhinic_hw_wqe.h309 struct hinic_sge sge; member
328 struct hinic_sge sge; member
378 struct hinic_sge sge; member
405 struct hinic_sge sge; member
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h437 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-6.6.21/net/core/
Dskmsg.c36 struct scatterlist *sge; in sk_msg_alloc() local
91 struct scatterlist *sge = sk_msg_elem(src, i); in sk_msg_clone() local
143 struct scatterlist *sge = sk_msg_elem(msg, i); in sk_msg_return_zero() local
167 struct scatterlist *sge = &msg->sg.data[i]; in sk_msg_return() local
180 struct scatterlist *sge = sk_msg_elem(msg, i); in sk_msg_free_elem() local
196 struct scatterlist *sge = sk_msg_elem(msg, i); in __sk_msg_free() local
226 struct scatterlist *sge; in __sk_msg_free_partial() local
372 struct scatterlist *sge; in sk_msg_memcopy_from_iter() local
422 struct scatterlist *sge; in sk_msg_recvmsg() local
/linux-6.6.21/include/rdma/
Drdmavt_mr.h78 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
Drw.h24 struct ib_sge sge; member
36 struct ib_sge sge; member
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_wr.c58 csio_get_flbuf_size(struct csio_hw *hw, struct csio_sge *sge, uint32_t reg) in csio_get_flbuf_size()
66 csio_wr_fl_bufsz(struct csio_sge *sge, struct csio_dma_buf *buf) in csio_wr_fl_bufsz()
118 struct csio_sge *sge = &wrm->sge; in csio_wr_fill_fl() local
1050 struct csio_sge *sge = &wrm->sge; in csio_wr_process_fl() local
1312 struct csio_sge *sge = &wrm->sge; in csio_wr_fixup_host_params() local
1435 struct csio_sge *sge = &wrm->sge; in csio_init_intr_coalesce_parms() local
1457 struct csio_sge *sge = &wrm->sge; in csio_wr_get_sge() local
1526 struct csio_sge *sge = &wrm->sge; in csio_wr_set_sge() local
/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c43 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_try_1seg() local
375 struct siw_sge *sge, unsigned int offset, in siw_0copy_tx()
439 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt() local
773 struct siw_sge *sge = &wqe->sqe.sge[0]; in siw_check_sgl_tx() local
Dsiw_verbs.h24 static inline void siw_copy_sgl(struct ib_sge *sge, struct siw_sge *siw_sge, in siw_copy_sgl()
/linux-6.6.21/net/sunrpc/xprtrdma/
Drpc_rdma.c537 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-6.6.21/net/ipv4/
Dtcp_bpf.c36 struct scatterlist *sge; in bpf_tcp_ingress() local
93 struct scatterlist *sge; in tcp_bpf_push() local
202 struct scatterlist *sge; in is_next_msg_fin() local
/linux-6.6.21/drivers/infiniband/sw/rdmavt/
Dmr.c682 struct ib_sge *sge) in rvt_sge_adjacent()
718 struct ib_sge *sge, int acc) in rvt_lkey_ok()
826 int rvt_rkey_ok(struct rvt_qp *qp, struct rvt_sge *sge, in rvt_rkey_ok()
Dqp.c626 struct rvt_sge *sge = &wqe->sg_list[i]; in rvt_swqe_has_lkey() local
2126 struct rvt_sge *sge = &wqe->sg_list[--j]; in rvt_post_one_wr() local
2252 static struct ib_sge *rvt_cast_sge(struct rvt_wqe_sge *sge) in rvt_cast_sge()
2299 struct rvt_sge *sge = --j ? &ss->sg_list[j - 1] : &ss->sge; in init_sge() local
2816 struct rvt_sge *sge = &ss->sge; in rvt_copy_sge() local
2908 struct rvt_sge *sge; in rvt_ruc_loopback() local
/linux-6.6.21/net/rds/
Dib_recv.c54 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; in rds_ib_recv_init_ack() local
/linux-6.6.21/drivers/scsi/be2iscsi/
Dbe_mgmt.c128 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-6.6.21/drivers/infiniband/hw/irdma/
Duk.c15 static void irdma_set_fragment(__le64 *wqe, u32 offset, struct ib_sge *sge, in irdma_set_fragment()
40 struct ib_sge *sge, u8 valid) in irdma_set_fragment_gen_1()
803 struct ib_sge sge = {}; in irdma_uk_stag_local_invalidate() local
1240 void irdma_get_wqe_shift(struct irdma_uk_attrs *uk_attrs, u32 sge, in irdma_get_wqe_shift()
/linux-6.6.21/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c84 struct gdma_sge *sge; in mana_hwc_post_rx_wqe() local
210 struct gdma_sge *sge; in mana_hwc_rx_event_handler() local
534 struct gdma_sge *sge; in mana_hwc_post_tx_wqe() local
/linux-6.6.21/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_qp.c678 struct pvrdma_sge *sge; in pvrdma_post_send() local
880 struct pvrdma_sge *sge; in pvrdma_post_recv() local
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h215 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-6.6.21/include/uapi/rdma/
Dsiw-abi.h119 struct siw_sge sge[SIW_MAX_SGE]; member
135 struct siw_sge sge[SIW_MAX_SGE]; member
/linux-6.6.21/drivers/ata/
Dsata_sil24.c247 struct sil24_sge sge[SIL24_MAX_SGE]; member
253 struct sil24_sge sge[SIL24_MAX_SGE]; member
770 struct sil24_sge *sge) in sil24_fill_sg()
839 struct sil24_sge *sge; in sil24_qc_prep() local
/linux-6.6.21/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1892 struct ocrdma_sge *sge, int num_sge, in ocrdma_build_sges()
1920 struct ocrdma_sge *sge, in ocrdma_build_inline_sges()
1961 struct ocrdma_sge *sge; in ocrdma_build_send() local
1980 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write() local
1997 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read() local
2201 struct ocrdma_sge *sge; in ocrdma_build_rqe() local

12345