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.c289 u16 *queueptr, u8 tid) in iwl_mvm_mld_disable_txq() argument
291 int queue = *queueptr; in iwl_mvm_mld_disable_txq()
312 *queueptr = IWL_MVM_INVALID_QUEUE; in iwl_mvm_mld_disable_txq()
349 u16 *queueptr; in iwl_mvm_mld_rm_bcast_sta() local
359 queueptr = &link->mgmt_queue; in iwl_mvm_mld_rm_bcast_sta()
362 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_mld_rm_bcast_sta()
371 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()
2424 u16 *queueptr, queue; in iwl_mvm_free_bcast_sta_queues() local
2434 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2437 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_free_bcast_sta_queues()
2445 queue = *queueptr; in iwl_mvm_free_bcast_sta_queues()
2447 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()