Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/
H A Dsky2.c1121 le->opcode = OP_ADDR64 | HW_OWNER; in tx_init()
1185 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_rx_add()
1191 le->opcode = op | HW_OWNER; in sky2_rx_add()
1859 le->opcode = OP_ADDR64 | HW_OWNER; in sky2_xmit_frame()
1874 le->opcode = OP_MSS | HW_OWNER; in sky2_xmit_frame()
1888 le->opcode = OP_VLAN|HW_OWNER; in sky2_xmit_frame()
1932 le->opcode = mss ? (OP_LARGESEND | HW_OWNER) : (OP_PACKET | HW_OWNER); in sky2_xmit_frame()
1961 le->opcode = OP_BUFFER | HW_OWNER; in sky2_xmit_frame()
2724 if (!(opcode & HW_OWNER)) in sky2_status_intr()
2736 switch (opcode & ~HW_OWNER) { in sky2_status_intr()
[all …]
H A Dsky2.h2115 HW_OWNER = 1<<7, enumerator