Searched refs:hw (Results 126 - 150 of 257) sorted by path

1234567891011

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_unsol.c97 ocs_unsol_process((ocs_t*)seq->hw->os, seq);
124 ocs_hw_io_free(&ocs->hw, hio);
138 hw_rc = ocs_hw_io_abort(&ocs->hw, hio, FALSE,
183 ocs_hw_sequence_free(&ocs->hw, seq);
209 if (ocs->hw.workaround.override_fcfi) {
210 if (ocs->hw.first_domain_idx > -1) {
211 seq_fcfi = ocs->hw.first_domain_idx;
227 ocs_hw_sequence_free(&ocs->hw, seq);
230 domain = ocs_hw_domain_get(&ocs->hw, seq_fcfi);
257 ocs_hw_sequence_free(&ocs->hw, se
1076 ocs_hw_t *hw = &ocs->hw; local
1203 ocs_hw_t *hw = ctx->hw; local
1236 ocs_hw_t *hw = &ocs->hw; local
[all...]
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h192 qla_hw_t hw; member in struct:qla_host
H A Dqla_hw.c109 if (ha->hw.dma_buf.flags.context) {
110 qla_free_dmabuf(ha, &ha->hw.dma_buf.context);
111 ha->hw.dma_buf.flags.context = 0;
114 if (ha->hw.dma_buf.flags.sds_ring) {
115 for (i = 0; i < ha->hw.num_sds_rings; i++)
116 qla_free_dmabuf(ha, &ha->hw.dma_buf.sds_ring[i]);
117 ha->hw.dma_buf.flags.sds_ring = 0;
120 if (ha->hw.dma_buf.flags.rds_ring) {
121 for (i = 0; i < ha->hw.num_rds_rings; i++)
122 qla_free_dmabuf(ha, &ha->hw
269 qla_hw_t *hw; local
493 qla_hw_t *hw = &ha->hw; local
930 qla_hw_t *hw = &ha->hw; local
1226 qla_hw_t *hw = &ha->hw; local
1332 qla_hw_t *hw = &ha->hw; local
1699 qla_hw_t *hw = &ha->hw; local
1788 qla_hw_t *hw = &ha->hw; local
1810 qla_hw_t *hw = &ha->hw; local
[all...]
H A Dqla_hw.h201 uint16_t vlan_tci; /* VLAN TCI when hw tagging is enabled*/
801 WRITE_REG32(ha, ((ha->hw.rx_cntxt_rsp)->rds_rsp[i].producer_reg +\
805 WRITE_REG32(ha, (ha->hw.tx_prod_reg + 0x1b2000), val)
808 WRITE_REG32(ha, ((ha->hw.rx_cntxt_rsp)->sds_rsp[i].consumer_reg +\
821 rsp_sds = &((ha->hw.rx_cntxt_rsp)->sds_rsp[sds_index]);\
828 rsp_sds = &((ha->hw.rx_cntxt_rsp)->sds_rsp[sds_index]);\
H A Dqla_inline.h126 return (ha->hw.mac_addr);
148 ha->hw.mac_addr[5] = macp[0];
149 ha->hw.mac_addr[4] = macp[1];
153 ha->hw.mac_addr[3] = macp[0];
154 ha->hw.mac_addr[2] = macp[1];
155 ha->hw.mac_addr[1] = macp[2];
156 ha->hw.mac_addr[0] = macp[3];
160 ha->hw.mac_addr[5] = macp[0];
161 ha->hw.mac_addr[4] = macp[1];
162 ha->hw
[all...]
H A Dqla_isr.c63 sdsp = &ha->hw.sds[sds_idx];
165 rxj_next = ha->hw.rxj_next;
179 ha->hw.rxj_in, rxb->handle, rxb->paddr,
181 ha->hw.rxj_in++;
182 if (ha->hw.rxj_in == NUM_RX_JUMBO_DESCRIPTORS)
183 ha->hw.rxj_in = 0;
184 ha->hw.rxj_next++;
185 if (ha->hw.rxj_next == NUM_RX_JUMBO_DESCRIPTORS)
186 ha->hw.rxj_next = 0;
190 __func__, ha->hw
266 qla_hw_t *hw; local
383 qla_hw_t *hw; local
[all...]
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h236 qla_hw_t hw; member in struct:qla_host
H A Dql_hw.c269 CTLFLAG_RD, &ha->hw.mac.xmt_frames,
274 CTLFLAG_RD, &ha->hw.mac.xmt_bytes,
279 CTLFLAG_RD, &ha->hw.mac.xmt_mcast_pkts,
284 CTLFLAG_RD, &ha->hw.mac.xmt_bcast_pkts,
289 CTLFLAG_RD, &ha->hw.mac.xmt_pause_frames,
294 CTLFLAG_RD, &ha->hw.mac.xmt_cntrl_pkts,
299 CTLFLAG_RD, &ha->hw.mac.xmt_pkt_lt_64bytes,
304 CTLFLAG_RD, &ha->hw.mac.xmt_pkt_lt_127bytes,
309 CTLFLAG_RD, &ha->hw.mac.xmt_pkt_lt_255bytes,
314 CTLFLAG_RD, &ha->hw
1269 qla_hw_t *hw; local
2499 qla_hw_t *hw = &ha->hw; local
2791 qla_hw_t *hw = &ha->hw; local
2826 qla_hw_t *hw = &ha->hw; local
2852 qla_hw_t *hw = &ha->hw; local
3070 qla_hw_t *hw = &ha->hw; local
3117 qla_hw_t *hw = &ha->hw; local
3273 qla_hw_t *hw = &ha->hw; local
3416 qla_hw_t *hw = &ha->hw; local
3807 qla_hw_t *hw = &ha->hw; local
[all...]
H A Dql_hw.h1202 uint16_t vlan_tci; /* VLAN TCI when hw tagging is enabled*/
1731 WRITE_REG32(ha, ha->hw.tx_cntxt[i].tx_prod_reg, val)
1734 bus_write_4((ha->pci_reg), (ha->hw.sds[i].sds_consumer), val);
1737 bus_write_4((ha->pci_reg), (ha->hw.intr_src[i]), 0);
H A Dql_inline.h109 if ((ha->hw.module_type == 0x4) ||
110 (ha->hw.module_type == 0x5) ||
111 (ha->hw.module_type == 0x6))
124 return (ha->hw.mac_addr);
133 rcv_desc = (q80_recv_desc_t *)ha->hw.dma_buf.rds_ring[r_idx].dma_b;
149 for (i = 0; i < ha->hw.num_rds_rings; i++)
150 bzero((void *)ha->hw.dma_buf.rds_ring[i].dma_b,
H A Dql_ioctl.c132 if (!ha->hw.flags.fdt_valid) {
156 if (!ha->hw.flags.fdt_valid) {
183 if (!ha->hw.flags.fdt_valid) {
213 if (ha->hw.mdump_init == 0) {
219 fw_dump->minidump_size = ha->hw.mdump_buffer_size +
220 ha->hw.mdump_template_size;
227 if (ha->hw.mdump_init == 0) {
236 (fw_dump->minidump_size != (ha->hw.mdump_buffer_size +
237 ha->hw.mdump_template_size))) {
241 (ha->hw
[all...]
H A Dql_misc.c260 qla_hw_t *hw; local
262 hw = &ha->hw;
266 (uint32_t *)&hw->fdt + (count >> 2))) {
343 if (hw->fdt.flash_manuf == data32)
355 data32 = Q8_WR_ENABLE_FL_ADDR | ha->hw.fdt.write_statusreg_cmd;
364 data32 = ha->hw.fdt.write_enable_bits;
366 data32 = ha->hw.fdt.write_disable_bits;
450 data32 = Q8_ERASE_FL_ADDR_MASK | ha->hw.fdt.erase_cmd;
795 ha->hw
[all...]
H A Dql_os.c263 qla_hw_t *hw; local
266 hw = &ha->hw;
375 ha->hw.num_sds_rings = MAX_SDS_RINGS;
376 ha->hw.num_rds_rings = MAX_RDS_RINGS;
377 ha->hw.num_tx_rings = NUM_TX_RINGS;
391 if (ha->msix_count < (ha->hw.num_sds_rings + 1)) {
392 ha->hw.num_sds_rings = ha->msix_count - 1;
424 if (ha->hw.num_sds_rings > 15) {
425 ha->hw
[all...]
/freebsd-11-stable/sys/dev/syscons/
H A Dsysmouse.c134 mousehw_t *hw; local
140 hw = (mousehw_t *)data;
141 hw->buttons = 10; /* XXX unknown */
142 hw->iftype = MOUSE_IF_SYSMOUSE;
143 hw->type = MOUSE_MOUSE;
144 hw->model = MOUSE_MODEL_GENERIC;
145 hw->hwid = 0;
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec_fdt.c361 } hw; local
364 hw.reg[0] = hw.reg[1] = 0;
367 i = OF_getprop(sc->node, "local-mac-address", (void *)hw.addr, 6);
368 if (i == 6 && (hw.reg[0] != 0 || hw.reg[1] != 0)) {
369 bcopy(hw.addr, addr, 6);
374 i = OF_getprop(sc->node, "mac-address", (void *)hw.addr, 6);
375 if (i == 6 && (hw.reg[0] != 0 || hw
[all...]
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c49 #include <dev/vt/hw/fb/vt_fb.h>
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c36 #include <dev/vt/hw/fb/vt_fb.h>
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c36 __FBSDID("$FreeBSD: stable/11/sys/dev/vt/hw/vga/vt_vga.c 336858 2018-07-29 05:14:26Z eadler $");
46 #include <dev/vt/hw/vga/vt_vga_reg.h>
1217 TUNABLE_INT_FETCH("hw.vga.acpi_ignore_no_vga", &ignore);
1273 * If "hw.vga.textmode" is not set and we're running on hypervisor,
1279 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode);
/freebsd-11-stable/sys/dev/vt/
H A Dvt_sysmouse.c368 mousehw_t *hw = (mousehw_t *)data; local
370 hw->buttons = 10;
371 hw->iftype = MOUSE_IF_SYSMOUSE;
372 hw->type = MOUSE_MOUSE;
373 hw->model = MOUSE_MODEL_GENERIC;
374 hw->hwid = 0;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c30 * Once the firmware is loaded, the driver/hw then
2160 uint32_t hw; local
2165 hw = le32toh(sc->shared->next) & 0xfff;
2166 hw = (hw == 0) ? WPI_RX_RING_COUNT - 1 : hw - 1;
2168 while (sc->rxq.cur != hw) {
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h443 void *hw; /* hardware layer private data */ member in struct:_chan_t
/freebsd-11-stable/sys/powerpc/powermac/
H A Data_dbdma.c283 sc->sc_ch.hw.status = ata_dbdma_status;
H A Data_kauai.c313 sc->sc_ch.sc_ch.hw.begin_transaction = ata_kauai_begin_transaction;
H A Data_macio.c253 sc->sc_ch.sc_ch.hw.begin_transaction = ata_macio_begin_transaction;
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3_syscons.c46 #include <dev/vt/hw/fb/vt_fb.h>
99 TUNABLE_INT_FETCH("hw.syscons.disable", &disable);
105 TUNABLE_STR_FETCH("hw.platform", compatible, sizeof(compatible));
168 TUNABLE_INT_FETCH("hw.ps3fb.height", &sc->fb_info.fb_height);
169 TUNABLE_INT_FETCH("hw.ps3fb.width", &sc->fb_info.fb_width);

Completed in 564 milliseconds

1234567891011