Home
last modified time | relevance | path

Searched refs:TX_CMD_A_FIRST_SEG_ (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/usb/
Dsmsc95xx.h13 #define TX_CMD_A_FIRST_SEG_ (0x00002000) /* First Segment */ macro
Dsmsc95xx.c1949 tx_cmd_a = tx_cmd_b | TX_CMD_A_FIRST_SEG_ | TX_CMD_A_LAST_SEG_; in smsc95xx_tx_fixup()
/linux-5.19.10/drivers/net/ethernet/smsc/
Dsmsc911x.h73 #define TX_CMD_A_FIRST_SEG_ 0x00002000 macro
Dsmsc911x.c728 txcmd_a |= TX_CMD_A_FIRST_SEG_ | TX_CMD_A_LAST_SEG_; in smsc911x_phy_check_loopbackpkt()
1804 tx_cmd_a |= TX_CMD_A_FIRST_SEG_ | TX_CMD_A_LAST_SEG_; in smsc911x_hard_start_xmit()