Home
last modified time | relevance | path

Searched refs:winner (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.c1583 int winner = -1; in cw1200_get_prio_queue() local
1598 if (score < best && (winner < 0 || i != 3)) { in cw1200_get_prio_queue()
1600 winner = i; in cw1200_get_prio_queue()
1605 if (winner >= 0 && priv->tx_burst_idx >= 0 && in cw1200_get_prio_queue()
1606 winner != priv->tx_burst_idx && in cw1200_get_prio_queue()
1608 &priv->tx_queue[winner], in cw1200_get_prio_queue()
1613 winner = priv->tx_burst_idx; in cw1200_get_prio_queue()
1615 return winner; in cw1200_get_prio_queue()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dinit.c571 adapter->winner = 0; in nxpwifi_dnld_fw()
581 if (!adapter->winner) { in nxpwifi_dnld_fw()
H A Dsdio.c344 u8 winner = 0; in nxpwifi_check_winner_status() local
347 ret = nxpwifi_read_reg(adapter, card->reg->status_reg_0, &winner); in nxpwifi_check_winner_status()
351 if (winner) in nxpwifi_check_winner_status()
352 adapter->winner = 0; in nxpwifi_check_winner_status()
354 adapter->winner = 1; in nxpwifi_check_winner_status()
H A Dmain.h793 int winner; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c824 u8 winner = 0; in mwifiex_check_winner_status() local
827 if (mwifiex_read_reg(adapter, card->reg->status_reg_0, &winner)) in mwifiex_check_winner_status()
830 if (winner) in mwifiex_check_winner_status()
831 adapter->winner = 0; in mwifiex_check_winner_status()
833 adapter->winner = 1; in mwifiex_check_winner_status()
/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst456 #. Select the winner node, and continue arbitration flow among its children,
457 until leaf node is reached, and the winner is established.