Lines Matching refs:num_tbs
3913 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb()
3919 return tfd->num_tbs & 0x1f; in il4965_tfd_get_num_tbs()
3938 int num_tbs; in il4965_hw_txq_free_tfd() local
3943 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_free_tfd()
3945 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_free_tfd()
3946 IL_ERR("Too many chunks: %i\n", num_tbs); in il4965_hw_txq_free_tfd()
3952 if (num_tbs) in il4965_hw_txq_free_tfd()
3958 for (i = 1; i < num_tbs; i++) in il4965_hw_txq_free_tfd()
3981 u32 num_tbs; in il4965_hw_txq_attach_buf_to_tfd() local
3990 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd()
3993 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_attach_buf_to_tfd()
4003 il4965_tfd_set_tb(tfd, num_tbs, addr, len); in il4965_hw_txq_attach_buf_to_tfd()