Searched refs:icp_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.h98 u_int icp_flags; member in struct:icl_cxgbei_pdu
H A Dcxgbei.c275 icp->icp_flags = ICPF_RX_HDR;
305 MPASS(icp->icp_flags == ICPF_RX_HDR);
312 icp->icp_flags |= ICPF_RX_FLBUF;
348 MPASS(icp->icp_flags & ICPF_RX_HDR); /* Data is optional. */
349 MPASS((icp->icp_flags & ICPF_RX_STATUS) == 0);
356 "%s: tid %u, cpl->len %u, ddpvld 0x%08x, icp_flags 0x%08x",
357 __func__, tid, pdu_len, val, icp->icp_flags);
360 icp->icp_flags |= ICPF_RX_STATUS;
363 icp->icp_flags |= ICPF_PAD_ERR;
365 icp->icp_flags |
[all...]
H A Dicl_cxgbei.c364 if (icp->icp_flags & ICPF_RX_DDP)
/freebsd-13-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c567 cp.icp_flags |= IEEE80211_CLONE_MACADDR;
583 cp.icp_opmode, cp.icp_flags, parent,
/freebsd-13-stable/sys/net80211/
H A Dieee80211_freebsd.c142 if ((cp.icp_flags & IEEE80211_CLONE_TDMA) &&
153 cp.icp_opmode, cp.icp_flags, cp.icp_bssid,
154 cp.icp_flags & IEEE80211_CLONE_MACADDR ?
H A Dieee80211_ioctl.h868 uint16_t icp_flags; /* see below */ member in struct:ieee80211_clone_params
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c738 wcp.icp_flags |= IEEE80211_CLONE_BSSID;
740 wcp.icp_flags |= IEEE80211_CLONE_NOBEACONS;
743 wcp.icp_flags |= IEEE80211_CLONE_WDSLEGACY;
769 wcp.icp_flags |= IEEE80211_CLONE_TDMA;
776 wcp.icp_flags |= IEEE80211_CLONE_MACADDR;
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c5798 params.icp_flags |= IEEE80211_CLONE_MACADDR;
5819 params.icp_flags |= IEEE80211_CLONE_TDMA;
5832 params.icp_flags &= ~IEEE80211_CLONE_NOBEACONS;
5834 params.icp_flags |= IEEE80211_CLONE_NOBEACONS;
5841 params.icp_flags |= IEEE80211_CLONE_BSSID;
5843 params.icp_flags &= ~IEEE80211_CLONE_BSSID;
5850 params.icp_flags |= IEEE80211_CLONE_WDSLEGACY;
5852 params.icp_flags &= ~IEEE80211_CLONE_WDSLEGACY;

Completed in 103 milliseconds