Home
last modified time | relevance | path

Searched refs:tx_buf (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-network.h120 uint32_t* interrupt_status, void** tx_buf) EFIAPI;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c2711 assert(tid->tx_buf[cindex] == NULL); in ath_tx_addto_baw()
2713 if (tid->tx_buf[cindex] != NULL) { in ath_tx_addto_baw()
2721 tid->tx_buf[cindex], in ath_tx_addto_baw()
2722 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno), in ath_tx_addto_baw()
2727 tid->tx_buf[cindex] = bf; in ath_tx_addto_baw()
2774 if (tid->tx_buf[cindex] != old_bf) { in ath_tx_switch_baw_buf()
2782 tid->tx_buf[cindex] = new_bf; in ath_tx_switch_baw_buf()
2822 if (tid->tx_buf[cindex] != bf) { in ath_tx_update_baw()
2826 tid->tx_buf[cindex], in ath_tx_update_baw()
2827 (tid->tx_buf[cindex] != NULL) ? in ath_tx_update_baw()
[all …]
H A Dif_athvar.h183 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; member