Searched refs:twq_ctl (Results 1 – 1 of 1) sorted by relevance
2182 u32 twq_ctl = fbnic_ring_rd32(txr, FBNIC_QUEUE_TWQ0_CTL); in fbnic_disable_twq0() local2184 twq_ctl &= ~FBNIC_QUEUE_TWQ_CTL_ENABLE; in fbnic_disable_twq0()2186 fbnic_ring_wr32(txr, FBNIC_QUEUE_TWQ0_CTL, twq_ctl); in fbnic_disable_twq0()2191 u32 twq_ctl = fbnic_ring_rd32(txr, FBNIC_QUEUE_TWQ1_CTL); in fbnic_disable_twq1() local2193 twq_ctl &= ~FBNIC_QUEUE_TWQ_CTL_ENABLE; in fbnic_disable_twq1()2195 fbnic_ring_wr32(txr, FBNIC_QUEUE_TWQ1_CTL, twq_ctl); in fbnic_disable_twq1()