Home
last modified time | relevance | path

Searched refs:set_flags (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c151 u16 vlan, u8 qos, u8 set_flags) in modify_esw_vport_cvlan() argument
160 vport, vlan, qos, set_flags); in modify_esw_vport_cvlan()
162 if (set_flags & SET_VLAN_STRIP) in modify_esw_vport_cvlan()
166 if (set_flags & SET_VLAN_INSERT) { in modify_esw_vport_cvlan()
2149 u16 vport, u16 vlan, u8 qos, u8 set_flags) in __mlx5_eswitch_set_vport_vlan() argument
2161 err = modify_esw_vport_cvlan(esw->dev, vport, vlan, qos, set_flags); in __mlx5_eswitch_set_vport_vlan()
2180 u8 set_flags = 0; in mlx5_eswitch_set_vport_vlan() local
2184 set_flags = SET_VLAN_STRIP | SET_VLAN_INSERT; in mlx5_eswitch_set_vport_vlan()
2187 err = __mlx5_eswitch_set_vport_vlan(esw, vport, vlan, qos, set_flags); in mlx5_eswitch_set_vport_vlan()
Deswitch.h422 u16 vport, u16 vlan, u8 qos, u8 set_flags);
/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c429 u16 set_flags, in ast_vhub_change_port_stat() argument
437 p->status = (prev & ~clr_flags) | set_flags; in ast_vhub_change_port_stat()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c1552 static inline void set_flags(u32 *cur_flags, u32 new_flags, u32 flags) in set_flags() function
1562 set_flags(&adapter->eth_flags, flags, PRIV_FLAGS_ADAP); in cxgb4_set_priv_flags()
1563 set_flags(&pi->eth_flags, flags, PRIV_FLAGS_PORT); in cxgb4_set_priv_flags()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c485 goto set_flags; in qlcnic_tx_pkt()
490 set_flags: in qlcnic_tx_pkt()
/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c7628 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7638 crypt->ops->set_flags(flags, crypt->priv); in ipw2100_wx_set_auth()
Dipw2200.c6619 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6629 crypt->ops->set_flags(flags, crypt->priv); in ipw_wx_set_auth()