Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1003 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_HW_VLAN, WX_TXD_VLE); in wx_tx_cmd_type()
1005 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_TSO, WX_TXD_TSE); in wx_tx_cmd_type()
1007 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_TSTAMP, WX_TXD_MAC_TSTAMP); in wx_tx_cmd_type()
1008 cmd_type |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_LINKSEC, WX_TXD_LINKSEC); in wx_tx_cmd_type()
1019 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_CSUM, WX_TXD_L4CS); in wx_tx_olinfo_status()
1021 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_IPV4, WX_TXD_IIPCS); in wx_tx_olinfo_status()
1023 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_OUTER_IPV4, in wx_tx_olinfo_status()
1028 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_CC, WX_TXD_CC); in wx_tx_olinfo_status()
1029 olinfo_status |= WX_SET_FLAG(tx_flags, WX_TX_FLAGS_IPSEC, in wx_tx_olinfo_status()
1428 type_tucmd |= WX_SET_FLAG(first->tx_flags, in wx_tso()
[all …]
H A Dwx_type.h996 #define WX_SET_FLAG(_input, _flag, _result) \ macro