Home
last modified time | relevance | path

Searched refs:tx_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-ptp.c264 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in xgbe_ptp_register()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.h394 u8 tx_type; member
H A Dmcu.c1945 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY); in mt7915_mcu_beacon_inband_discov()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dcore.c861 tx_req->tx_type != RTW89_CORE_TX_TYPE_MGMT) in rtw89_core_tx_wake()
875 enum rtw89_core_tx_type tx_type; in rtw89_core_tx_update_desc_info() local
881 if (tx_req->tx_type != RTW89_CORE_TX_TYPE_FWCMD) { in rtw89_core_tx_update_desc_info()
882 tx_type = rtw89_core_get_tx_type(rtwdev, skb); in rtw89_core_tx_update_desc_info()
883 tx_req->tx_type = tx_type; in rtw89_core_tx_update_desc_info()
894 switch (tx_req->tx_type) { in rtw89_core_tx_update_desc_info()
967 tx_req.tx_type = RTW89_CORE_TX_TYPE_FWCMD; in rtw89_h2c_tx()
H A Dpci.c1357 tx_req->tx_type == RTW89_CORE_TX_TYPE_FWCMD) && in rtw89_pci_tx_write()
1359 tx_req->tx_type != RTW89_CORE_TX_TYPE_FWCMD)) { in rtw89_pci_tx_write()
H A Dcore.h1053 enum rtw89_core_tx_type tx_type; member
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h267 u8 tx_type; member
H A Dmcu.c2137 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY); in mt7996_mcu_beacon_inband_discov()
/freebsd-14.2/contrib/libpcap/
H A Dpcap-linux.c3144 hwconfig.tx_type = HWTSTAMP_TX_ON; in create_ring()