Home
last modified time | relevance | path

Searched refs:macport (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/wlan-ng/
Dhfa384x_usb.c983 int hfa384x_cmd_disable(struct hfa384x *hw, u16 macport) in hfa384x_cmd_disable() argument
988 HFA384x_CMD_MACPORT_SET(macport); in hfa384x_cmd_disable()
1017 int hfa384x_cmd_enable(struct hfa384x *hw, u16 macport) in hfa384x_cmd_enable() argument
1022 HFA384x_CMD_MACPORT_SET(macport); in hfa384x_cmd_enable()
1739 int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport) in hfa384x_drvr_disable() argument
1743 if ((!hw->isap && macport != 0) || in hfa384x_drvr_disable()
1744 (hw->isap && !(macport <= HFA384x_PORTID_MAX)) || in hfa384x_drvr_disable()
1745 !(hw->port_enabled[macport])) { in hfa384x_drvr_disable()
1748 result = hfa384x_cmd_disable(hw, macport); in hfa384x_drvr_disable()
1750 hw->port_enabled[macport] = 0; in hfa384x_drvr_disable()
[all …]
Dhfa384x.h1374 int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport);
1375 int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport);
1427 int hfa384x_cmd_enable(struct hfa384x *hw, u16 macport);
1428 int hfa384x_cmd_disable(struct hfa384x *hw, u16 macport);
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c1933 u16 len, hdr_len, rxfid, status, macport; in prism2_rx() local
1971 macport = (status >> 8) & 0x07; in prism2_rx()
1978 if (macport == 7 && local->iw_mode == IW_MODE_MONITOR) { in prism2_rx()