Lines Matching refs:HW_OWNER
1120 le->opcode = OP_ADDR64 | HW_OWNER; in tx_init()
1184 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_rx_add()
1190 le->opcode = op | HW_OWNER; in sky2_rx_add()
1272 le->opcode = OP_TCPSTART | HW_OWNER; in rx_set_checksum()
1858 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_xmit_frame()
1873 le->opcode = OP_MSS | HW_OWNER; in sky2_xmit_frame()
1875 le->opcode = OP_LRGLEN | HW_OWNER; in sky2_xmit_frame()
1887 le->opcode = OP_VLAN|HW_OWNER; in sky2_xmit_frame()
1917 le->opcode = OP_TCPLISW | HW_OWNER; in sky2_xmit_frame()
1931 le->opcode = mss ? (OP_LARGESEND | HW_OWNER) : (OP_PACKET | HW_OWNER); in sky2_xmit_frame()
1948 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_xmit_frame()
1960 le->opcode = OP_BUFFER | HW_OWNER; in sky2_xmit_frame()
2723 if (!(opcode & HW_OWNER)) in sky2_status_intr()
2735 switch (opcode & ~HW_OWNER) { in sky2_status_intr()
4438 switch (le->opcode & ~HW_OWNER) { in sky2_debug_show()