Home
last modified time | relevance | path

Searched refs:agg_state (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_map_data.c529 port->agg_state = 0; in reset_aggr_params()
557 if (likely(port->agg_state == -EINPROGRESS)) { in rmnet_map_flush_tx_packet_work()
563 port->agg_state = 0; in rmnet_map_flush_tx_packet_work()
659 if (!hrtimer_active(&port->hrtimer) && port->agg_state != -EINPROGRESS) { in rmnet_map_tx_aggregate()
660 port->agg_state = -EINPROGRESS; in rmnet_map_tx_aggregate()
702 if (port->agg_state == -EINPROGRESS) { in rmnet_map_tx_aggregate_exit()
708 port->agg_state = 0; in rmnet_map_tx_aggregate_exit()
A Drmnet_config.h47 int agg_state; member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Dtx.c486 enum iwl_agg_state agg_state; in iwlagn_tx_agg_stop() local
547 agg_state = tid_data->agg.state; in iwlagn_tx_agg_stop()
559 if (agg_state == IWL_AGG_ON) in iwlagn_tx_agg_stop()
563 agg_state); in iwlagn_tx_agg_stop()
635 enum iwl_agg_state agg_state; in iwlagn_tx_agg_flush() local
647 agg_state = tid_data->agg.state; in iwlagn_tx_agg_flush()
665 if (agg_state == IWL_AGG_ON) in iwlagn_tx_agg_flush()
669 agg_state); in iwlagn_tx_agg_flush()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Drc.c201 if (sta_entry->tids[tid].agg.agg_state == RTL_AGG_STOP) in _rtl_tx_aggr_check()
239 sta_entry->tids[tid].agg.agg_state = in rtl_tx_status()
A Dbase.c1778 tid_data->agg.agg_state = RTL_AGG_START; in rtl_tx_agg_start()
1799 sta_entry->tids[tid].agg.agg_state = RTL_AGG_STOP; in rtl_tx_agg_stop()
1876 sta_entry->tids[tid].agg.agg_state = RTL_AGG_OPERATIONAL; in rtl_tx_agg_oper()
A Dwifi.h1428 u8 agg_state; member
A Dpci.c1568 if (sta_entry->tids[tid].agg.agg_state != RTL_AGG_OPERATIONAL) in rtl_pci_tx_chk_waitq_insert()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
A Dtrx.c502 if (mac->tids[tid].agg.agg_state == RTL_AGG_ON && in rtl92cu_tx_fill_desc()

Completed in 38 milliseconds