Home
last modified time | relevance | path

Searched refs:txq_update_byte_cnt_tbl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1857 .txq_update_byte_cnt_tbl = il4965_txq_update_byte_cnt_tbl,
H A Dcommon.h1542 void (*txq_update_byte_cnt_tbl) (struct il_priv *il, member
H A Dcommon.c3225 if (il->ops->txq_update_byte_cnt_tbl) in il_enqueue_hcmd()
3227 il->ops->txq_update_byte_cnt_tbl(il, txq, 0); in il_enqueue_hcmd()
H A D4965-mac.c1869 il->ops->txq_update_byte_cnt_tbl(il, txq, le16_to_cpu(tx_cmd->len)); in il4965_tx_skb()