Searched refs:hw (Results 201 - 225 of 257) sorted by relevance

1234567891011

/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/dev/ixgb/
H A Dif_ixgb.h276 struct ixgb_hw hw; member in struct:adapter
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h236 qla_hw_t hw; member in struct:qla_host
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);
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl124 no-hw - No hw
840 return("") if $no_hw && $dir =~ /\/hw/;
914 @a=grep(!/^hw$/,@a) if $no_hw;
1225 "no-hw" => \$no_hw,
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h96 device_printf(ixgbe_dev_from_hw(hw), format, ## arg); \
/freebsd-11-stable/sys/dev/fb/
H A Dfbd.c52 #include <dev/vt/hw/fb/vt_fb.h>
H A Dcreator_vt.c36 #include <dev/vt/hw/fb/vt_fb.h>
/freebsd-11-stable/sys/dev/mse/
H A Dmse_isa.c224 sc->hw = mse_types[i].m_hw;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h297 struct e1000_hw hw; member in struct:adapter
H A Dif_em.h393 struct e1000_hw hw; member in struct:adapter
/freebsd-11-stable/sys/dev/ata/
H A Data-all.c363 if (ch->hw.status && !ch->hw.status(ch->dev))
382 if (ch->hw.end_transaction(request) == ATA_OP_FINISHED) {
806 if (ch->hw.begin_transaction(request) == ATA_OP_FINISHED) {
845 if (ch->hw.begin_transaction(request) == ATA_OP_FINISHED) {
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c863 int hw; local
866 hw = RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr;
867 hw /= RT2560_TX_DESC_SIZE;
872 while (sc->txq.next_encrypt != hw) {
874 printf("hw encrypt %d, cur_encrypt %d\n", hw,
1099 int hw, error; local
1103 hw = RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr;
1104 hw /= RT2560_RX_DESC_SIZE;
1109 for (; sc->rxq.cur_decrypt != hw;) {
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c774 struct mlx4_net_trans_rule_hw_ctrl *hw)
782 hw->flags = flags;
783 hw->type = __promisc_mode[ctrl->promisc_mode];
784 hw->prio = cpu_to_be16(ctrl->priority);
785 hw->port = ctrl->port;
786 hw->qpn = cpu_to_be32(ctrl->qpn);
773 trans_rule_ctrl_to_hw(struct mlx4_net_trans_rule *ctrl, struct mlx4_net_trans_rule_hw_ctrl *hw) argument
/freebsd-11-stable/usr.bin/man/
H A Dman.sh613 MACHINE_ARCH=$($SYSCTL -n hw.machine_arch)
616 MACHINE=$($SYSCTL -n hw.machine)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbgscan_learn.c354 modes = wpa_s->hw.modes;
358 for (i = 0; i < wpa_s->hw.num_modes; i++) {
362 /* some hw modes (e.g. 11b & 11g) contain same freqs */
H A Dmesh.c302 if (ieee80211_is_dfs(ssid->frequency, wpa_s->hw.modes,
303 wpa_s->hw.num_modes) && wpa_s->conf->country[0]) {
H A Drrm.c604 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
656 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
H A Dsme.c2141 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
2252 if (!wpa_s->hw.modes)
2256 for (i = 0; i < wpa_s->hw.num_modes; i++) {
2257 hw_mode = &wpa_s->hw.modes[i];
2263 if (i == wpa_s->hw.num_modes || !hw_mode ||
/freebsd-11-stable/sys/powerpc/powermac/
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/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp343 uint16_t hw = (inst.Offset >> 4) & 0x7FF; local
345 b |= (hw >> 8);
347 b = hw & 0xFF;
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1567 uint32_t hw; local
1569 hw = CSR_READ_4(sc, IWI_CSR_RX_RIDX);
1571 for (; sc->rxq.cur != hw;) {
1601 hw = (hw == 0) ? IWI_RX_RING_COUNT - 1 : hw - 1;
1602 CSR_WRITE_4(sc, IWI_CSR_RX_WIDX, hw);
1609 uint32_t hw; local
1611 hw = CSR_READ_4(sc, txq->csr_ridx);
1613 while (txq->next != hw) {
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_type.h114 /* debug masks - set these bits in hw->debug_mask to control output */
772 static INLINE bool i40e_is_vf(struct i40e_hw *hw) argument
774 return (hw->mac.type == I40E_MAC_VF ||
775 hw->mac.type == I40E_MAC_X722_VF);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-nvidia.c264 ch->hw.status = ata_nvidia_status;

Completed in 315 milliseconds

1234567891011