Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c315 u16 *queueptr, u8 tid) in iwl_mvm_mld_disable_txq() argument
317 int queue = *queueptr; in iwl_mvm_mld_disable_txq()
338 *queueptr = IWL_MVM_INVALID_QUEUE; in iwl_mvm_mld_disable_txq()
375 u16 *queueptr; in iwl_mvm_mld_rm_bcast_sta() local
385 queueptr = &link->mgmt_queue; in iwl_mvm_mld_rm_bcast_sta()
388 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_mld_rm_bcast_sta()
397 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()
2437 u16 *queueptr, queue; in iwl_mvm_free_bcast_sta_queues() local
2447 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2450 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_free_bcast_sta_queues()
2458 queue = *queueptr; in iwl_mvm_free_bcast_sta_queues()
2460 queueptr, IWL_MAX_TID_COUNT); in iwl_mvm_free_bcast_sta_queues()
/freebsd/sys/dev/ips/
H A Dips.c562 static void ips_copperhead_queue_callback(void *queueptr, bus_dma_segment_t *segments,int segnum, i… in ips_copperhead_queue_callback() argument
564 ips_copper_queue_t *queue = queueptr; in ips_copperhead_queue_callback()