Lines Matching refs:num_tbs
3894 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb()
3900 return tfd->num_tbs & 0x1f; in il4965_tfd_get_num_tbs()
3917 int num_tbs; in il4965_hw_txq_free_tfd() local
3922 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_free_tfd()
3924 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_free_tfd()
3925 IL_ERR("Too many chunks: %i\n", num_tbs); in il4965_hw_txq_free_tfd()
3931 if (num_tbs) in il4965_hw_txq_free_tfd()
3937 for (i = 1; i < num_tbs; i++) in il4965_hw_txq_free_tfd()
3960 u32 num_tbs; in il4965_hw_txq_attach_buf_to_tfd() local
3969 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd()
3972 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_attach_buf_to_tfd()
3982 il4965_tfd_set_tb(tfd, num_tbs, addr, len); in il4965_hw_txq_attach_buf_to_tfd()