Searched refs:FLOW_MAC_EXT (Results 1 - 19 of 19) sorted by last modified time

/linux-master/include/uapi/linux/
H A Dethtool.h1152 * @h_dest is valid if %FLOW_MAC_EXT is set.
1170 * includes the %FLOW_EXT or %FLOW_MAC_EXT flag
2130 #define FLOW_MAC_EXT 0x40000000 macro
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1503 if (fs->flow_type & FLOW_MAC_EXT) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c824 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
928 if (fsp->flow_type & FLOW_MAC_EXT &&
952 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c2013 if (fsp->flow_type & FLOW_MAC_EXT)
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1126 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
1262 if (fsp->flow_type & FLOW_MAC_EXT)
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4833 if (fsp->flow_type & FLOW_MAC_EXT)
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6046 if (fs->flow_type & FLOW_MAC_EXT) {
6050 "FLOW_MAC_EXT is not supported in current fd mode!\n");
6101 u32 flow_type = fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT);
6171 flow_type = fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT);
6365 u32 flow_type = fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT);
6405 if (fs->flow_type & FLOW_MAC_EXT) {
6850 if (fs->flow_type & FLOW_MAC_EXT) {
6913 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1332 if ((fs->flow_type & (FLOW_MAC_EXT | FLOW_EXT)) || vf)
1494 if (flow_type & FLOW_MAC_EXT)
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c589 if (fs->flow_type & FLOW_MAC_EXT) {
611 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
1374 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
1417 if ((cmd->fs.flow_type & FLOW_MAC_EXT)) {
/linux-master/net/ethtool/
H A Dioctl.c3252 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) {
3383 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) {
3434 if (fs->flow_type & FLOW_MAC_EXT) {
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c238 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
H A Dbcmasp.c403 if (fs->flow_type & FLOW_MAC_EXT) {
422 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
616 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
647 if (cur->flow_type & FLOW_MAC_EXT) {
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1356 if (cmd->fs.flow_type & FLOW_MAC_EXT) {
1362 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
1451 if (cmd->fs.flow_type & FLOW_MAC_EXT)
1584 switch (cmd->fs.flow_type & ~(FLOW_EXT | FLOW_MAC_EXT)) {
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c934 if (fs->flow_type & FLOW_MAC_EXT)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c58 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
385 if (fs->flow_type & FLOW_MAC_EXT &&
716 if (fs->flow_type & FLOW_MAC_EXT &&
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c556 switch (flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dethtool.c238 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c562 if (fs->flow_type & FLOW_MAC_EXT) {
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c11 if (fsp->flow_type & FLOW_MAC_EXT)
254 } else if (fsp->flow_type & FLOW_MAC_EXT) {

Completed in 424 milliseconds