Home
last modified time | relevance | path

Searched refs:HW_OWNER (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsky2.c789 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_rx_add()
797 le->opcode = OP_PACKET | HW_OWNER; in sky2_rx_add()
812 le->opcode = OP_TCPSTART | HW_OWNER; in rx_set_checksum()
1185 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_xmit_frame()
1210 le->opcode = OP_LRGLEN | HW_OWNER; in sky2_xmit_frame()
1232 le->opcode = OP_TCPLISW | HW_OWNER; in sky2_xmit_frame()
1239 le->opcode = mss ? (OP_LARGESEND | HW_OWNER) : (OP_PACKET | HW_OWNER); in sky2_xmit_frame()
1256 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_xmit_frame()
1264 le->opcode = OP_BUFFER | HW_OWNER; in sky2_xmit_frame()
1899 switch (le->opcode & ~HW_OWNER) { in sky2_status_intr()
Dsky2.h1756 HW_OWNER = 1<<7, enumerator