/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | sge.c | 120 sge_ring_doorbell(pesge *sge, u32 control_reg) in sge_ring_doorbell() 135 pesge *sge; in t1_sge_create() local 190 t1_sge_destroy(pesge* sge) in t1_sge_destroy() 228 pesge *sge = adapter->sge; in t1_espi_workaround() local 261 sge_start(pesge *sge) in sge_start() 275 sge_stop(pesge *sge) in sge_stop() 302 sge_data_out(pesge* sge, int qid, mblk_t *m0, in sge_data_out() 504 t1_sge_intr_disable(pesge* sge) in t1_sge_intr_disable() 520 t1_sge_intr_enable(pesge* sge) in t1_sge_intr_enable() 537 t1_sge_intr_clear(pesge* sge) in t1_sge_intr_clear() [all …]
|
H A D | pe.c | 1644 pesge *sge = chp->sge; in pe_make_fake_arp() local
|
H A D | ch.h | 198 pesge *sge; member
|
H A D | sge.h | 55 #define doorbell_pio(sge, cmd) sge_ring_doorbell(sge, cmd) argument
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.h | 384 struct sge { struct 396 struct sge_iq fwq; /* Firmware event queue */ argument 397 struct sge_txq *txq; /* NIC tx queues */ argument 398 struct sge_rxq *rxq; /* NIC rx queues */ argument 404 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */ argument 405 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */ argument 408 ddi_device_acc_attr_t acc_attr_desc; 409 ddi_dma_attr_t dma_attr_desc; 412 ddi_device_acc_attr_t acc_attr_tx; 413 ddi_dma_attr_t dma_attr_tx; [all …]
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | tautological-compare.c | 8 int sge(int a) { return a >= a; } in sge() function
|
/illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
H A D | canonical-cmp.c | 9 sint sge(sint p, sint a) { return (123 <= p) ? a : 0; } in sge() function
|
H A D | binops-same-args.c | 16 int sge(int a) { return a >= a; } in sge() function
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_send.c | 483 ibt_wr_ds_t *sge; in rdsv3_ib_xmit_populate_wr() local 999 ibt_wr_ds_t *sge; in rdsv3_ib_xmit_rdma() local
|
H A D | ib_recv.c | 389 ibt_wr_ds_t *sge = &ic->i_ack_sge; in rdsv3_ib_recv_init_ack() local
|
/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/ |
H A D | si3124reg.h | 52 #define SET_SGE_LNK(sge) (sge.sge_trm_lnk_drd_xcf_rsvd = 0x40000000) argument 53 #define SET_SGE_TRM(sge) (sge.sge_trm_lnk_drd_xcf_rsvd = 0x80000000) argument 54 #define IS_SGE_TRM_SET(sge) (sge.sge_trm_lnk_drd_xcf_rsvd & 0x80000000) argument
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 449 struct aac_sge *sge, *sge0; in aac_send_raw_srb() local
|
H A D | aac.c | 5170 struct aac_sge *sge; in aac_cmd_dma_alloc() local 5598 struct aac_sge *sge; in aac_cmd_fib_rawio() local 5639 struct aac_sge *sge; in aac_cmd_fib_brw64() local 5679 struct aac_sge *sge = &acp->sgt[0]; in aac_cmd_fib_brw() local 5818 struct aac_sge *sge; in aac_cmd_fib_scsi32() local 5845 struct aac_sge *sge; in aac_cmd_fib_scsi64() local
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 224 pMpi2SGESimple64_t sge; in mptsas_start_config_page_access() local 1246 pMpi2SGESimple64_t sge; in mptsas_uflash2() local 1287 pMpi2IeeeSgeSimple64_t sge; in mptsas_uflash25() local
|
H A D | mptsas.c | 4466 pMpi2SGESimple64_t sge; in mptsas_sge_mainframe() local 4511 pMpi2SGESimple64_t sge; in mptsas_sge_chain() local
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | storage_common.h | 94 struct scsi_sge sge[4] /* Cached SGEs section */; member
|
H A D | qed_hsi_rdma.h | 865 struct rdma_srq_sge sge; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 2771 emlxs_pkt_to_sgl(emlxs_port_t *port, fc_packet_t *pkt, ULP_SGE64 *sge, in emlxs_pkt_to_sgl() 2903 ULP_SGE64 *sge; in emlxs_sli4_bde_setup() local 3024 ULP_SGE64 *sge; in emlxs_sli4_fct_bde_setup() local 4204 ULP_SGE64 *sge; in emlxs_sli4_prep_fct_iocb() local 4682 ULP_SGE64 *sge; in emlxs_sli4_prep_els_iocb() local
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | common.h | 126 struct sge_params sge; member
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cudbg_view.c | 4693 u32 tx, rx, cs, es, pcie, pcie1, sge; in view_full_t6() local 4787 u32 tx, rx, cs, es, pcie, sge; in view_full_t5() local
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 370 struct sge_params sge; member
|
H A D | t4_msg.h | 2772 struct ulptx_sge_pair sge[]; member 2788 struct ulptx_isge sge[]; member
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 1315 struct fw_ri_dsge_pair sge[0]; member 1331 struct fw_ri_sge sge[0]; member
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 5269 struct fcoe_bd_ctx sge[3]; member
|