Searched refs:WX_SET_FLAG (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/ |
D | wx_lib.c | 904 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_HW_VLAN, WX_TXD_VLE); in wx_tx_cmd_type() 906 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_TSO, WX_TXD_TSE); in wx_tx_cmd_type() 908 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_TSTAMP, WX_TXD_MAC_TSTAMP); in wx_tx_cmd_type() 909 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_LINKSEC, WX_TXD_LINKSEC); in wx_tx_cmd_type() 920 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_CSUM, WX_TXD_L4CS); in wx_tx_olinfo_status() 922 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_IPV4, WX_TXD_IIPCS); in wx_tx_olinfo_status() 924 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_OUTER_IPV4, in wx_tx_olinfo_status() 929 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_CC, WX_TXD_CC); in wx_tx_olinfo_status() 930 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_IPSEC, in wx_tx_olinfo_status() 1319 type_tucmd |= WX_SET_FLAG(first->tx_flags, in wx_tso() [all …]
|
D | wx_type.h | 849 #define WX_SET_FLAG(_input, _flag, _result) \ macro
|