Searched refs:twq_ctl (Results 1 – 1 of 1) sorted by relevance
2181 u32 twq_ctl = fbnic_ring_rd32(txr, FBNIC_QUEUE_TWQ0_CTL); in fbnic_disable_twq0() local2183 twq_ctl &= ~FBNIC_QUEUE_TWQ_CTL_ENABLE; in fbnic_disable_twq0()2185 fbnic_ring_wr32(txr, FBNIC_QUEUE_TWQ0_CTL, twq_ctl); in fbnic_disable_twq0()2190 u32 twq_ctl = fbnic_ring_rd32(txr, FBNIC_QUEUE_TWQ1_CTL); in fbnic_disable_twq1() local2192 twq_ctl &= ~FBNIC_QUEUE_TWQ_CTL_ENABLE; in fbnic_disable_twq1()2194 fbnic_ring_wr32(txr, FBNIC_QUEUE_TWQ1_CTL, twq_ctl); in fbnic_disable_twq1()