Home
last modified time | relevance | path

Searched refs:winner (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dwsm.c1583 int winner = -1; in cw1200_get_prio_queue() local
1587 /* search for a winner using edca params */ in cw1200_get_prio_queue()
1598 if (score < best && (winner < 0 || i != 3)) { in cw1200_get_prio_queue()
1600 winner = i; in cw1200_get_prio_queue()
1604 /* override winner if bursting */ 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()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dwsm.c1583 int winner = -1; in cw1200_get_prio_queue() local
1587 /* search for a winner using edca params */ in cw1200_get_prio_queue()
1598 if (score < best && (winner < 0 || i != 3)) { in cw1200_get_prio_queue()
1600 winner = i; in cw1200_get_prio_queue()
1604 /* override winner if bursting */ 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()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c685 * - Check if the interface is the winner to download the firmware
706 /* check if we are the winner for downloading FW */ in mwifiex_dnld_fw()
708 adapter->winner = 0; in mwifiex_dnld_fw()
714 "WLAN read winner status failed!\n"); in mwifiex_dnld_fw()
718 if (!adapter->winner) { in mwifiex_dnld_fw()
720 "WLAN is not the winner! Skip FW dnld\n"); in mwifiex_dnld_fw()
H A Dpcie.c2517 /* This function checks if WLAN is the winner.
2522 u32 winner = 0; in mwifiex_check_winner_status() local
2527 if (mwifiex_read_reg(adapter, reg->fw_status, &winner)) { in mwifiex_check_winner_status()
2529 } else if (!winner) { in mwifiex_check_winner_status()
2530 mwifiex_dbg(adapter, INFO, "PCI-E is the winner\n"); in mwifiex_check_winner_status()
2531 adapter->winner = 1; in mwifiex_check_winner_status()
2534 "PCI-E is not the winner <%#x>", winner); in mwifiex_check_winner_status()
H A Dsdio.c775 /* This function checks if WLAN is the winner.
780 u8 winner = 0; in mwifiex_check_winner_status() local
783 if (mwifiex_read_reg(adapter, card->reg->status_reg_0, &winner)) in mwifiex_check_winner_status()
786 if (winner) in mwifiex_check_winner_status()
787 adapter->winner = 0; in mwifiex_check_winner_status()
789 adapter->winner = 1; in mwifiex_check_winner_status()
H A Dmain.h880 int winner; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c672 * - Check if the interface is the winner to download the firmware
693 /* check if we are the winner for downloading FW */ in mwifiex_dnld_fw()
695 adapter->winner = 0; in mwifiex_dnld_fw()
701 "WLAN read winner status failed!\n"); in mwifiex_dnld_fw()
705 if (!adapter->winner) { in mwifiex_dnld_fw()
707 "WLAN is not the winner! Skip FW dnld\n"); in mwifiex_dnld_fw()
H A Dpcie.c2515 /* This function checks if WLAN is the winner.
2520 u32 winner = 0; in mwifiex_check_winner_status() local
2525 if (mwifiex_read_reg(adapter, reg->fw_status, &winner)) { in mwifiex_check_winner_status()
2527 } else if (!winner) { in mwifiex_check_winner_status()
2528 mwifiex_dbg(adapter, INFO, "PCI-E is the winner\n"); in mwifiex_check_winner_status()
2529 adapter->winner = 1; in mwifiex_check_winner_status()
2532 "PCI-E is not the winner <%#x>", winner); in mwifiex_check_winner_status()
H A Dsdio.c808 /* This function checks if WLAN is the winner.
813 u8 winner = 0; in mwifiex_check_winner_status() local
816 if (mwifiex_read_reg(adapter, card->reg->status_reg_0, &winner)) in mwifiex_check_winner_status()
819 if (winner) in mwifiex_check_winner_status()
820 adapter->winner = 0; in mwifiex_check_winner_status()
822 adapter->winner = 1; in mwifiex_check_winner_status()
H A Dmain.h861 int winner; member

Completed in 26 milliseconds