Lines Matching refs:num_tbs
3893 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb()
3899 return tfd->num_tbs & 0x1f; in il4965_tfd_get_num_tbs()
3916 int num_tbs; in il4965_hw_txq_free_tfd() local
3921 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_free_tfd()
3923 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_free_tfd()
3924 IL_ERR("Too many chunks: %i\n", num_tbs); in il4965_hw_txq_free_tfd()
3930 if (num_tbs) in il4965_hw_txq_free_tfd()
3937 for (i = 1; i < num_tbs; i++) in il4965_hw_txq_free_tfd()
3959 u32 num_tbs; in il4965_hw_txq_attach_buf_to_tfd() local
3968 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd()
3971 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_attach_buf_to_tfd()
3981 il4965_tfd_set_tb(tfd, num_tbs, addr, len); in il4965_hw_txq_attach_buf_to_tfd()