Home
last modified time | relevance | path

Searched defs:op_mode (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h197 static inline void iwl_op_mode_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_stop()
203 static inline void iwl_op_mode_rx(struct iwl_op_mode *op_mode, in iwl_op_mode_rx()
210 static inline void iwl_op_mode_rx_rss(struct iwl_op_mode *op_mode, in iwl_op_mode_rx_rss()
218 static inline void iwl_op_mode_queue_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_full()
224 static inline void iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_not_full()
231 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state) in iwl_op_mode_hw_rf_kill()
237 static inline void iwl_op_mode_free_skb(struct iwl_op_mode *op_mode, in iwl_op_mode_free_skb()
245 static inline void iwl_op_mode_nic_error(struct iwl_op_mode *op_mode, in iwl_op_mode_nic_error()
251 static inline void iwl_op_mode_dump_error(struct iwl_op_mode *op_mode, in iwl_op_mode_dump_error()
263 static inline void iwl_op_mode_nic_config(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_config()
[all …]
H A Diwl-drv.c74 struct iwl_op_mode *op_mode; member
1560 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start() local
H A Diwl-trans.c392 struct iwl_op_mode *op_mode) in iwl_trans_op_mode_enter()
H A Diwl-trans.h908 struct iwl_op_mode *op_mode; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmld.c336 iwl_mld_configure_trans(struct iwl_op_mode *op_mode) in iwl_mld_configure_trans()
386 struct iwl_op_mode *op_mode; in iwl_op_mode_mld_start() local
494 iwl_op_mode_mld_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mld_stop()
524 static void iwl_mld_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mld_queue_state_change()
570 iwl_mld_queue_full(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mld_queue_full()
576 iwl_mld_queue_not_full(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mld_queue_not_full()
582 iwl_mld_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mld_set_hw_rfkill_state()
592 iwl_mld_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mld_free_skb()
638 iwl_mld_nic_error(struct iwl_op_mode *op_mode, in iwl_mld_nic_error()
671 static void iwl_mld_dump_error(struct iwl_op_mode *op_mode, in iwl_mld_dump_error()
[all …]
H A Dnotif.c582 void iwl_mld_rx(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_mld_rx()
604 void iwl_mld_rx_rss(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_mld_rx_rss()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c97 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config()
1272 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
1620 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop()
1850 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx()
1866 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq()
1895 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change()
1962 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue()
1967 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue()
1994 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state()
2025 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb()
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c310 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_port_relaxed_pcie_ordering_config() local
1290 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_pf_handle_init() local
1418 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_port_max_num_of_pfs_set() local
1677 enum al_pcie_operating_mode op_mode; in al_pcie_port_config() local
2071 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_link_hot_reset() local
2111 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_link_disable() local
2146 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_link_retrain() local
2399 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_atu_region_set() local
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_common.c191 enum ieee80211_op_mode op_mode) in he_supported()
/freebsd/usr.sbin/mfiutil/
H A Dmfi_patrol.c256 uint8_t op_mode; in patrol_config() local
/freebsd/crypto/openssl/engines/
H A De_afalg.h54 } op_mode; typedef
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.h74 __le32 op_mode; member
H A Dtestmode.c158 u32 op_mode; in mt7915_tm_set_tam_arb() local
H A Dmcu.h303 u8 op_mode; member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c953 char time_mark_valid, time_sync, op_mode; in mx4200_parse_t() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.h618 __le32 op_mode; member
624 __le32 op_mode; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h583 u8 op_mode; member
599 u8 op_mode; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h601 u8 op_mode; member
616 u8 op_mode; member
/freebsd/sys/dev/mfi/
H A Dmfireg.h1437 uint8_t op_mode; member