Home
last modified time | relevance | path

Searched refs:tfd_tmp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945.c617 struct il3945_tfd *tfd, *tfd_tmp; in il3945_hw_txq_attach_buf_to_tfd() local
620 tfd_tmp = (struct il3945_tfd *)txq->tfds; in il3945_hw_txq_attach_buf_to_tfd()
621 tfd = &tfd_tmp[q->write_ptr]; in il3945_hw_txq_attach_buf_to_tfd()
653 struct il3945_tfd *tfd_tmp = (struct il3945_tfd *)txq->tfds; in il3945_hw_txq_free_tfd() local
655 struct il3945_tfd *tfd = &tfd_tmp[idx]; in il3945_hw_txq_free_tfd()
D4965-mac.c3933 struct il_tfd *tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_free_tfd() local
3940 tfd = &tfd_tmp[idx]; in il4965_hw_txq_free_tfd()
3980 struct il_tfd *tfd, *tfd_tmp; in il4965_hw_txq_attach_buf_to_tfd() local
3984 tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_attach_buf_to_tfd()
3985 tfd = &tfd_tmp[q->write_ptr]; in il4965_hw_txq_attach_buf_to_tfd()