Searched refs:txfail (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c5521 int txmcs, uint8_t failure_frame, int txfail)
5552 if (txfail && failure_frame == 0) {
5566 int txmcs, int nss, uint8_t failure_frame, int txfail)
5616 if (txfail && failure_frame == 0) {
5638 int txfail; local
5642 txfail = (status != IWM_TX_STATUS_SUCCESS &&
5664 if (txfail)
5676 tx_resp->failure_frame, txfail);
5682 tx_resp->failure_frame, txfail);
5685 if (txfail)
5520 iwm_ht_single_rate_control(struct iwm_softc *sc, struct ieee80211_node *ni, int txmcs, uint8_t failure_frame, int txfail) argument
5565 iwm_vht_single_rate_control(struct iwm_softc *sc, struct ieee80211_node *ni, int txmcs, int nss, uint8_t failure_frame, int txfail) argument
5737 int txfail = (status != IWM_TX_STATUS_SUCCESS && local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c5364 int qid = cmd_hdr->qid, status, txfail; local
5388 txfail = (status != IWX_TX_STATUS_SUCCESS &&
5391 if (txfail)

Completed in 64 milliseconds