Searched refs:hw (Results 176 - 200 of 257) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h192 qla_hw_t hw; member in struct:qla_host
/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);
/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh12 if [ $(sysctl -n hw.byteorder) = "1234" ]; then
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_bdg.h178 void netmap_bdg_detach_common(struct nm_bridge *b, int hw, int sw);
H A Dif_ixl_netmap.h102 //set_crcstrip(&adapter->hw, onoff);
110 //set_crcstrip(&adapter->hw, onoff); // XXX why twice ?
260 wr32(vsi->hw, txr->tail, nic_i);
268 nm_prerr("error: invalid value of hw head index %u", nic_i);
409 wr32(vsi->hw, rxr->tail, nic_i);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs.h134 ocs_hw_t hw; member in struct:ocs_softc
H A Docs_node.c254 if (0 == ocs_hw_get(&ocs->hw, OCS_HW_MAX_SGE, &max_sge) &&
255 0 == ocs_hw_get(&ocs->hw, OCS_HW_N_SGL, &num_sgl)) {
416 rc = ocs_hw_node_alloc(&ocs->hw, &node->rnode, port_id, sport);
500 if (OCS_HW_RTN_IS_ERROR((rc = ocs_hw_node_free_resources(&ocs->hw, &node->rnode)))) {
650 rc = ocs_hw_node_attach(&ocs->hw, &node->rnode, &node->sparm_dma_buf);
896 /* hw node detach already completed, proceed */
900 /* hw node detach hasn't completed, transition and wait */
961 ocs_hw_io_free(&ocs->hw, node->ls_acc_io->hio);
2084 * RQ Pair mode: this function is always called with a NULL hw
2162 ocs_hw_sequence_free(&ocs->hw, se
[all...]
H A Docs_sport.c425 rc = ocs_hw_port_attach(&sport->ocs->hw, sport, fc_id);
511 if (ocs_hw_port_free(&ocs->hw, sport)) {
527 if (sport->ocs->hw.link.status == SLI_LINK_STATUS_DOWN) {
632 if (ocs_hw_port_alloc(&ocs->hw, sport, sport->domain,
674 /* If we let f/w assign wwn's, then sport wwn's with those returned by hw */
860 if (ocs_hw_port_free(&ocs->hw, sport)) {
1774 hrc = ocs_hw_node_group_alloc(&ocs->hw, node_group);
1921 hrc = ocs_hw_node_group_attach(&ocs->hw, node_group, &node->rnode);
H A Docs_pci.c860 ocs_hw_process(&ocs->hw, intr->vec, OCS_OS_MAX_ISR_TIME_MSEC);
882 ocs_hw_get(&ocs->hw, OCS_HW_N_SGL, &max_sgl);
883 ocs_hw_get(&ocs->hw, OCS_HW_MAX_SGE, &max_sge);
/freebsd-11-stable/sys/dev/ixl/
H A Dixlv.h117 struct i40e_hw hw; member in struct:ixlv_sc
H A Dixl_pf.h74 struct i40e_hw hw; member in struct:ixl_pf
130 /* Statistics from hw */
280 void ixl_nvm_version_str(struct i40e_hw *hw, struct sbuf *buf);
/freebsd-11-stable/crypto/openssl/
H A Dconfig186 case `/sbin/sysctl -n hw.model` in
202 MACH=`sysctl -n hw.model`
222 echo "`(/usr/sbin/sysctl -n hw.model || /sbin/sysctl -n hw.model) | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0
549 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`
564 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
881 # headers, eg. by adding the "hw-atalla" switch to ./config or
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c418 mousehw_t hw; /* mouse device hardware information */ member in struct:rodentparam
908 rodent.portname, r_if(rodent.hw.iftype),
909 r_name(rodent.rtype), r_model(rodent.hw.model));
913 printf("%s\n", r_if(rodent.hw.iftype));
917 printf("%s\n", r_model(rodent.hw.model));
921 rodent.portname, r_if(rodent.hw.iftype),
922 r_name(rodent.rtype), r_model(rodent.hw.model));
1422 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c,v 3.2 1995/01/28
1455 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c,v 3.19 1996/10/16 14:40:51 dawes Exp $ */
1505 rodent.hw
[all...]
/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c199 mousehw_t hw; /* hardware information */ member in struct:cyapa_softc
526 sc->hw.buttons = 5;
527 sc->hw.iftype = MOUSE_IF_PS2;
528 sc->hw.type = MOUSE_MOUSE;
529 sc->hw.model = MOUSE_MODEL_INTELLI;
530 sc->hw.hwid = addr;
1120 *(mousehw_t *)data = sc->hw;
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-promise.c381 ch->hw.status = ata_promise_status;
525 ch->hw.status = ata_promise_tx2_status;
576 ch->hw.command = ata_promise_sx4_command;
579 ch->hw.command = ata_promise_mio_command;
580 ch->hw.status = ata_promise_mio_status;
581 ch->hw.softreset = ata_promise_mio_softreset;
582 ch->hw.pm_read = ata_promise_mio_pm_read;
583 ch->hw.pm_write = ata_promise_mio_pm_write;
794 u_int32_t signature = ch->hw.softreset(dev, ATA_PM);
H A Data-siliconimage.c186 ch->hw.status = ata_cmd_status;
288 ch->hw.status = ata_sii_status;
H A Data-acard.c119 ch->hw.status = ata_acard_status;
/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak39 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
283 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
527 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
771 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
1476 SOURCE=.\include\apr.hw
1480 InputPath=.\include\apr.hw
1485 type .\include\apr.hw > .\include\apr.h
1491 InputPath=.\include\apr.hw
1496 type .\include\apr.hw > .\include\apr.h
1502 InputPath=.\include\apr.hw
[all...]
H A Dapr.mak1278 SOURCE=.\include\apr.hw
1282 InputPath=.\include\apr.hw
1287 type .\include\apr.hw > .\include\apr.h
1293 InputPath=.\include\apr.hw
1298 type .\include\apr.hw > .\include\apr.h
1304 InputPath=.\include\apr.hw
1309 type .\include\apr.hw > .\include\apr.h
1315 InputPath=.\include\apr.hw
1320 type .\include\apr.hw > .\include\apr.h
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c436 if (wpa_s->hw.modes == NULL)
439 for (i = 0; i < wpa_s->hw.num_modes; i++) {
440 os_free(wpa_s->hw.modes[i].channels);
441 os_free(wpa_s->hw.modes[i].rates);
444 os_free(wpa_s->hw.modes);
445 wpa_s->hw.modes = NULL;
2125 for (i = 0; wpa_s->hw.modes && i < wpa_s->hw.num_modes; i++) {
2126 if (wpa_s->hw.modes[i].mode == hw_mode) {
2127 mode = &wpa_s->hw
[all...]
H A Dap.c159 if (wpa_s->hw.modes) {
167 for (i = 0; i < wpa_s->hw.num_modes; i++) {
168 if (wpa_s->hw.modes[i].mode == conf->hw_mode) {
169 mode = &wpa_s->hw.modes[i];
306 if (ieee80211_is_dfs(ssid->frequency, wpa_s->hw.modes,
307 wpa_s->hw.num_modes) && wpa_s->conf->country[0]) {
780 if (ieee80211_is_dfs(params.freq.freq, wpa_s->hw.modes,
781 wpa_s->hw.num_modes))
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_type.h3848 typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
3947 s32 (*bypass_rw) (struct ixgbe_hw *hw, u32 cmd, u32 *status);
3949 s32 (*bypass_set) (struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action);
3950 s32 (*bypass_rd_eep) (struct ixgbe_hw *hw, u32 addr, u8 *value);
3951 void (*get_rtrup2tc)(struct ixgbe_hw *hw, u8 *map);
3952 void (*disable_rx)(struct ixgbe_hw *hw);
3953 void (*enable_rx)(struct ixgbe_hw *hw);
3957 s32 (*dmac_update_tcs)(struct ixgbe_hw *hw);
3958 s32 (*dmac_config_tcs)(struct ixgbe_hw *hw);
3959 s32 (*dmac_config)(struct ixgbe_hw *hw);
[all...]
/freebsd-11-stable/sys/dev/mse/
H A Dmse_cbus.c186 sc->hw = mse_types[i].m_hw;
/freebsd-11-stable/sys/powerpc/powermac/
H A Data_dbdma.c283 sc->sc_ch.hw.status = ata_dbdma_status;
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c49 #include <dev/vt/hw/fb/vt_fb.h>

Completed in 252 milliseconds

1234567891011