/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 254 struct sge { struct 268 u32 sge_control; /* shadow value of sge control reg */ argument 269 struct sge_intr_counts stats; argument 270 struct sge_port_stats __percpu *port_stats[MAX_NPORTS]; argument 282 static void tx_sched_stop(struct sge *sge) in tx_sched_stop() 297 unsigned int t1_sched_update_parms(struct sge *sge, unsigned int port, in t1_sched_update_parms() 371 static int tx_sched_init(struct sge *sge) in tx_sched_init() 397 static inline int sched_update_avail(struct sge *sge) in sched_update_avail() 431 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb() 525 static void free_rx_resources(struct sge *sge) in free_rx_resources() [all …]
|
D | common.h | 185 struct sge_params sge; member 242 struct sge *sge; member
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 260 struct sge { struct 264 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument 265 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument 271 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument 273 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument 274 spinlock_t intrq_lock; 284 struct timer_list rx_timer; 289 struct timer_list tx_timer; 296 u16 max_ethqsets; /* # of available Ethernet queue sets */ 297 u16 ethqsets; /* # of active Ethernet queue sets */ [all …]
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 554 struct sge { struct 555 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument 556 struct sge_ofld_txq ofldtxq[MAX_OFLD_QSETS]; argument 557 struct sge_ctrl_txq ctrlq[MAX_CTRL_QUEUES]; argument 559 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument 560 struct sge_ofld_rxq ofldrxq[MAX_OFLD_QSETS]; argument 561 struct sge_ofld_rxq rdmarxq[MAX_RDMA_QUEUES]; argument 562 struct sge_ofld_rxq rdmaciq[MAX_RDMA_CIQS]; argument 563 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument 565 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument [all …]
|
/drivers/scsi/csiostor/ |
D | csio_wr.c | 57 csio_get_flbuf_size(struct csio_hw *hw, struct csio_sge *sge, uint32_t reg) in csio_get_flbuf_size() 65 csio_wr_fl_bufsz(struct csio_sge *sge, struct csio_dma_buf *buf) in csio_wr_fl_bufsz() 117 struct csio_sge *sge = &wrm->sge; in csio_wr_fill_fl() local 1044 struct csio_sge *sge = &wrm->sge; in csio_wr_process_fl() local 1307 struct csio_sge *sge = &wrm->sge; in csio_wr_fixup_host_params() local 1359 struct csio_sge *sge = &wrm->sge; in csio_init_intr_coalesce_parms() local 1381 struct csio_sge *sge = &wrm->sge; in csio_wr_get_sge() local 1450 struct csio_sge *sge = &wrm->sge; in csio_wr_set_sge() local
|
/drivers/infiniband/hw/ipath/ |
D | ipath_keys.c | 122 struct ib_sge *sge, int acc) in ipath_lkey_ok() 204 struct ipath_sge *sge = &ss->sge; in ipath_rkey_ok() local
|
D | ipath_verbs.c | 173 struct ipath_sge *sge = &ss->sge; in ipath_copy_sge() local 213 struct ipath_sge *sge = &ss->sge; in ipath_skip_sge() local 252 struct ipath_sge sge = ss->sge; in ipath_count_sge() local 298 struct ipath_sge *sge = &ss->sge; in ipath_copy_from_sge() local 782 struct ipath_sge *sge = &ss->sge; in update_sge() local
|
D | ipath_ud.c | 59 struct ipath_sge *sge; in ipath_ud_loopback() local
|
D | ipath_ruc.c | 265 struct ipath_sge *sge; in ipath_ruc_loopback() local
|
D | ipath_sdma.c | 670 struct ipath_sge *sge; in ipath_sdma_verbs_send() local
|
/drivers/infiniband/hw/qib/ |
D | qib_ruc.c | 111 struct qib_sge *sge = --j ? &ss->sg_list[j - 1] : &ss->sge; in qib_init_sge() local 360 struct qib_sge *sge; in qib_ruc_loopback() local 780 struct qib_sge *sge = &wqe->sg_list[i]; in qib_send_complete() local
|
D | qib_keys.c | 156 struct qib_sge *isge, struct ib_sge *sge, int acc) in qib_lkey_ok() 252 int qib_rkey_ok(struct qib_qp *qp, struct qib_sge *sge, in qib_rkey_ok()
|
D | qib_verbs.c | 171 struct qib_sge *sge = &ss->sge; in qib_copy_sge() local 213 struct qib_sge *sge = &ss->sge; in qib_skip_sge() local 254 struct qib_sge sge = ss->sge; in qib_count_sge() local 299 struct qib_sge *sge = &ss->sge; in qib_copy_from_sge() local 438 struct qib_sge *sge = &wqe->sg_list[--j]; in qib_post_one_send() local 737 struct qib_sge *sge = &ss->sge; in update_sge() local
|
D | qib_ud.c | 57 struct qib_sge *sge; in qib_ud_loopback() local
|
D | qib_rc.c | 1013 struct qib_sge *sge = &wqe->sg_list[i]; in qib_rc_send_complete() local 1069 struct qib_sge *sge = &wqe->sg_list[i]; in do_rc_completion() local
|
D | qib_sdma.c | 538 struct qib_sge *sge; in qib_sdma_verbs_send() local
|
/drivers/scsi/be2iscsi/ |
D | be_mgmt.c | 282 struct be_sge *sge; in mgmt_get_session_info() local 428 struct be_sge *sge = nonembedded_sgl(wrb); in mgmt_check_supported_fw() local 591 struct be_sge *sge; in mgmt_invalidate_icds() local 723 struct be_sge *sge; in mgmt_open_connection() local 851 struct be_sge *sge; in mgmt_exec_nonemb_cmd() local
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 216 struct sge { struct 217 struct sge_qset qs[SGE_QSETS]; argument 218 spinlock_t reg_lock; /* guards non-atomic SGE registers (eg context) */ 245 struct sge sge; member
|
/drivers/ata/ |
D | sata_sil24.c | 257 struct sil24_sge sge[SIL24_MAX_SGE]; member 263 struct sil24_sge sge[SIL24_MAX_SGE]; member 779 struct sil24_sge *sge) in sil24_fill_sg() 848 struct sil24_sge *sge; in sil24_qc_prep() local
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 117 struct ib_sge *sge, int id) in ipoib_cm_post_receive_nonsrq() 329 struct ib_sge *sge) in ipoib_cm_init_rx_wr() 352 struct ib_sge sge[IPOIB_CM_RX_SG]; in ipoib_cm_nonsrq_init_rx() member
|
/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1693 struct lpfc_mbx_sge *sge) in lpfc_sli4_mbx_sge_get() 1715 struct lpfc_mbx_sge sge; in lpfc_sli4_mbox_cmd_free() local 2015 struct lpfc_mbx_sge sge; in lpfc_sli4_mbx_read_fcf_rec() local
|
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 1835 struct ocrdma_sge *sge, int num_sge, in ocrdma_build_sges() 1863 struct ocrdma_sge *sge, in ocrdma_build_inline_sges() 1905 struct ocrdma_sge *sge; in ocrdma_build_send() local 1925 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_write() local 1942 struct ocrdma_sge *sge = ext_rw + 1; in ocrdma_build_read() local 2168 struct ocrdma_sge *sge; in ocrdma_build_rqe() local
|
/drivers/scsi/esas2r/ |
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 …]
|
/drivers/infiniband/hw/ehca/ |
D | ehca_reqs.c | 119 struct ib_sge *sge = send_wr->sg_list; in trace_send_wr_ud() local
|
/drivers/scsi/ |
D | vmw_pvscsi.c | 52 struct PVSCSISGElement sge[PVSCSI_MAX_NUM_SG_ENTRIES_PER_SEGMENT]; member 336 struct PVSCSISGElement *sge; in pvscsi_create_sg() local
|