/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_hw.h | 90 uint32_t hdw; member 106 uint32_t hdw; member 122 uint32_t hdw; member 134 uint32_t hdw; member 163 uint32_t hdw; member 183 uint32_t hdw; member 220 uint32_t hdw; member 232 uint32_t hdw; member 261 uint32_t hdw; member 265 uint32_t hdw; member [all …]
|
H A D | nxge_txc_hw.h | 45 uint32_t hdw; member 57 uint32_t hdw; member 66 uint32_t hdw; member 78 uint32_t hdw; member 104 uint32_t hdw; member 117 uint32_t hdw; member 134 uint32_t hdw; member 147 uint32_t hdw; member 161 uint32_t hdw; member 182 uint32_t hdw; member [all …]
|
H A D | nxge_zcp_hw.h | 79 uint32_t hdw; member 97 uint32_t hdw; member 116 uint32_t hdw; member 142 uint32_t hdw; member 163 uint32_t hdw; member 205 uint32_t hdw; member 231 uint32_t hdw; member 249 uint32_t hdw; member 258 uint32_t hdw; member 270 uint32_t hdw; member [all …]
|
H A D | nxge_txdma_hw.h | 75 uint32_t hdw; member 87 uint32_t hdw; member 128 } hdw; member 155 } hdw; member 206 } hdw; member 232 } hdw; member 245 uint32_t hdw; member 261 uint32_t hdw; member 274 uint32_t hdw; member 290 uint32_t hdw; member [all …]
|
H A D | nxge_rxdma_hw.h | 48 uint32_t hdw; member 60 uint32_t hdw; member 87 uint32_t hdw; member 99 uint32_t hdw; member 108 uint32_t hdw; member 120 uint32_t hdw; member 137 uint32_t hdw; member 153 uint32_t hdw; member 175 uint32_t hdw; member 187 uint32_t hdw; member [all …]
|
H A D | nxge_fflp_hw.h | 69 uint32_t hdw; member 99 uint32_t hdw; member 115 uint32_t hdw; member 129 uint32_t hdw; member 146 uint32_t hdw; member 166 uint32_t hdw; member 248 uint32_t hdw; member 266 uint32_t hdw; member 306 uint32_t hdw; member 326 uint32_t hdw; member [all …]
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txdma.c | 1510 desc_p->bits.hdw.sop = 1; in npi_txdma_desc_gather_set() 1511 desc_p->bits.hdw.mark = mark; in npi_txdma_desc_gather_set() 1512 desc_p->bits.hdw.num_ptr = ngathers; in npi_txdma_desc_gather_set() 1515 desc_p->bits.hdw.tr_len, transfer_len)); in npi_txdma_desc_gather_set() 1518 desc_p->bits.hdw.tr_len = transfer_len; in npi_txdma_desc_gather_set() 1519 desc_p->bits.hdw.sad = dma_ioaddr >> 32; in npi_txdma_desc_gather_set() 1524 desc_p->bits.hdw.tr_len, transfer_len)); in npi_txdma_desc_gather_set() 1554 desc_p->bits.hdw.sop = 1; in npi_txdma_desc_gather_sop_set() 1555 desc_p->bits.hdw.mark = mark_mode; in npi_txdma_desc_gather_sop_set() 1556 desc_p->bits.hdw.num_ptr = ngathers; in npi_txdma_desc_gather_sop_set() [all …]
|
H A D | npi_rxdma.c | 693 cfga.bits.hdw.len = rdc_desc_cfg->rbr_len; in npi_rxdma_cfg_rdc_ring() 697 cfga.value, cfga.bits.hdw.len, in npi_rxdma_cfg_rdc_ring() 797 rcr_cfga.bits.hdw.len = rdc_desc_cfg->rcr_len; in npi_rxdma_cfg_rdc_ring() 1641 hdptr->bits.hdw = hh_ptr.bits.ldw.head_h; in npi_rxdma_rdc_rbr_head_get() 1692 tail_addr->bits.hdw = th_ptr.bits.ldw.tlptr_h; in npi_rxdma_rdc_rcr_tail_get() 2077 cs.bits.hdw.mex = 1; in npi_rxdma_channel_control() 2085 cs.bits.hdw.rcrto = 0; in npi_rxdma_channel_control() 2093 cs.bits.hdw.port_drop_pkt = 0; in npi_rxdma_channel_control() 2101 cs.bits.hdw.wred_drop = 0; in npi_rxdma_channel_control() 2109 cs.bits.hdw.rcr_shadow_full = 0; in npi_rxdma_channel_control() [all …]
|
H A D | npi_rxdma.h | 189 uint32_t hdw:12; member 193 uint32_t hdw:12;
|
H A D | npi_fflp.c | 1484 tst2.bits.ldw.dat = data->bits.hdw.dat; in npi_fflp_fcram_err_data_test()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 1105 bptr = entry_p->bits.hdw.pkt_buf_addr; in nxge_dump_rcr_entry() 1129 entry_p->bits.hdw.multi, in nxge_dump_rcr_entry() 1130 entry_p->bits.hdw.pkt_type, in nxge_dump_rcr_entry() 1131 entry_p->bits.hdw.zero_copy, in nxge_dump_rcr_entry() 1132 entry_p->bits.hdw.noport, in nxge_dump_rcr_entry() 1133 entry_p->bits.hdw.promis, in nxge_dump_rcr_entry() 1134 entry_p->bits.hdw.error, in nxge_dump_rcr_entry() 1135 entry_p->bits.hdw.dcf_err, in nxge_dump_rcr_entry() 1136 entry_p->bits.hdw.l2_len, in nxge_dump_rcr_entry() 1137 entry_p->bits.hdw.pktbufsz, in nxge_dump_rcr_entry() [all …]
|
H A D | nxge_send.c | 744 sop_tx_desc_p->bits.hdw.tr_len = clen; in nxge_start() 745 sop_tx_desc_p->bits.hdw.sad = dma_ioaddr >> 32; in nxge_start() 753 tmp_desc_p->bits.hdw.tr_len = clen; in nxge_start() 754 tmp_desc_p->bits.hdw.sad = dma_ioaddr >> 32; in nxge_start() 784 save_desc_p->bits.hdw.tr_len, in nxge_start() 786 save_desc_p->bits.hdw.num_ptr, in nxge_start() 787 save_desc_p->bits.hdw.mark, in nxge_start() 788 save_desc_p->bits.hdw.sop)); in nxge_start() 842 sop_tx_desc_p->bits.hdw.tr_len = min_len; in nxge_start() 890 sop_tx_desc_p->bits.hdw.sop = 1; in nxge_start() [all …]
|
H A D | nxge_txdma.c | 597 iph_len, hdrp->bits.hdw.l3start, eth_hdr_size, in nxge_fill_tx_hdr() 633 iph_len, hdrp->bits.hdw.l3start, eth_hdr_size, in nxge_fill_tx_hdr() 1023 pkt_len = tx_desc_pp->bits.hdw.tr_len; in nxge_txdma_reclaim() 1025 tdc_stats->opackets += tx_desc_pp->bits.hdw.sop; in nxge_txdma_reclaim()
|