Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlegacy/
D4965.c1876 .txq_update_byte_cnt_tbl = il4965_txq_update_byte_cnt_tbl,
Dcommon.h1547 void (*txq_update_byte_cnt_tbl) (struct il_priv *il, member
Dcommon.c3166 if (il->ops->txq_update_byte_cnt_tbl) in il_enqueue_hcmd()
3168 il->ops->txq_update_byte_cnt_tbl(il, txq, 0); in il_enqueue_hcmd()
D4965-mac.c1854 il->ops->txq_update_byte_cnt_tbl(il, txq, le16_to_cpu(tx_cmd->len)); in il4965_tx_skb()