Lines Matching refs:num_tbs
3914 tfd->num_tbs = idx + 1; in il4965_tfd_set_tb()
3920 return tfd->num_tbs & 0x1f; in il4965_tfd_get_num_tbs()
3939 int num_tbs; in il4965_hw_txq_free_tfd() local
3944 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_free_tfd()
3946 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_free_tfd()
3947 IL_ERR("Too many chunks: %i\n", num_tbs); in il4965_hw_txq_free_tfd()
3953 if (num_tbs) in il4965_hw_txq_free_tfd()
3959 for (i = 1; i < num_tbs; i++) in il4965_hw_txq_free_tfd()
3982 u32 num_tbs; in il4965_hw_txq_attach_buf_to_tfd() local
3991 num_tbs = il4965_tfd_get_num_tbs(tfd); in il4965_hw_txq_attach_buf_to_tfd()
3994 if (num_tbs >= IL_NUM_OF_TBS) { in il4965_hw_txq_attach_buf_to_tfd()
4004 il4965_tfd_set_tb(tfd, num_tbs, addr, len); in il4965_hw_txq_attach_buf_to_tfd()