Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c308 u16 *queueptr, u8 tid) in iwl_mvm_mld_disable_txq() argument
310 int queue = *queueptr; in iwl_mvm_mld_disable_txq()
331 *queueptr = IWL_MVM_INVALID_QUEUE; in iwl_mvm_mld_disable_txq()
368 u16 *queueptr; in iwl_mvm_mld_rm_bcast_sta() local
378 queueptr = &link->mgmt_queue; in iwl_mvm_mld_rm_bcast_sta()
381 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_mld_rm_bcast_sta()
390 true, IWL_MAX_TID_COUNT, queueptr); in iwl_mvm_mld_rm_bcast_sta()
H A Dsta.c355 int sta_id, u16 *queueptr, u8 tid) in iwl_mvm_disable_txq() argument
357 int queue = *queueptr; in iwl_mvm_disable_txq()
388 *queueptr = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
2415 u16 *queueptr, queue; in iwl_mvm_free_bcast_sta_queues() local
2424 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2427 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_free_bcast_sta_queues()
2435 queue = *queueptr; in iwl_mvm_free_bcast_sta_queues()
2437 queueptr, IWL_MAX_TID_COUNT); in iwl_mvm_free_bcast_sta_queues()
/freebsd-14.2/sys/dev/ips/
H A Dips.c575 static void ips_copperhead_queue_callback(void *queueptr, bus_dma_segment_t *segments,int segnum, i… in ips_copperhead_queue_callback() argument
577 ips_copper_queue_t *queue = queueptr; in ips_copperhead_queue_callback()