Lines Matching refs:SET_BITS
98 raw_desc->m1 = cpu_to_le64(SET_BITS(NEXT_DESC_ADDRL, addr_lo) | in xge_refill_buffers()
99 SET_BITS(NEXT_DESC_ADDRH, addr_hi) | in xge_refill_buffers()
100 SET_BITS(PKT_ADDRH, in xge_refill_buffers()
104 raw_desc->m0 = cpu_to_le64(SET_BITS(PKT_ADDRL, dma_addr) | in xge_refill_buffers()
105 SET_BITS(E, 1)); in xge_refill_buffers()
205 raw_desc->m1 = cpu_to_le64(SET_BITS(NEXT_DESC_ADDRL, addr_lo) | in xge_start_xmit()
206 SET_BITS(NEXT_DESC_ADDRH, addr_hi) | in xge_start_xmit()
207 SET_BITS(PKT_ADDRH, in xge_start_xmit()
216 raw_desc->m0 = cpu_to_le64(SET_BITS(PKT_ADDRL, dma_addr) | in xge_start_xmit()
217 SET_BITS(PKT_SIZE, len) | in xge_start_xmit()
218 SET_BITS(E, 0)); in xge_start_xmit()
272 raw_desc->m0 = cpu_to_le64(SET_BITS(E, 1) | in xge_txc_poll()
273 SET_BITS(PKT_SIZE, SLOT_EMPTY)); in xge_txc_poll()