Home
last modified time | relevance | path

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

/drivers/i3c/master/mipi-i3c-hci/
Ddat.h25 void (*set_flags)(struct i3c_hci *hci, unsigned int dat_idx, u32 w0, u32 w1); member
Ddat_v1.c188 .set_flags = hci_dat_v1_set_flags,
Dcore.c450 mipi_i3c_hci_dat_v1.set_flags(hci, ret, DAT_0_I2C_DEVICE, 0); in i3c_hci_attach_i2c_dev()
481 mipi_i3c_hci_dat_v1.set_flags(hci, dat_idx, DAT_0_IBI_PAYLOAD, 0); in i3c_hci_request_ibi()
511 mipi_i3c_hci_dat_v1.set_flags(hci, dev_data->dat_idx, DAT_0_SIR_REJECT, 0); in i3c_hci_disable_ibi()
/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dlegacy.c431 u8 set_flags = 0; in mlx5_eswitch_set_vport_vlan() local
438 set_flags = SET_VLAN_STRIP | SET_VLAN_INSERT; in mlx5_eswitch_set_vport_vlan()
449 err = __mlx5_eswitch_set_vport_vlan(esw, vport, vlan, qos, set_flags); in mlx5_eswitch_set_vport_vlan()
/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c147 u16 vlan, u8 qos, u8 set_flags) in modify_esw_vport_cvlan() argument
156 vport, vlan, qos, set_flags); in modify_esw_vport_cvlan()
158 if (set_flags & SET_VLAN_STRIP) in modify_esw_vport_cvlan()
162 if (set_flags & SET_VLAN_INSERT) { in modify_esw_vport_cvlan()
1856 u16 vport, u16 vlan, u8 qos, u8 set_flags) in __mlx5_eswitch_set_vport_vlan() argument
1868 err = modify_esw_vport_cvlan(esw->dev, vport, vlan, qos, set_flags); in __mlx5_eswitch_set_vport_vlan()
Deswitch.h501 u16 vport, u16 vlan, u8 qos, u8 set_flags);
/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c466 u16 set_flags, in ast_vhub_change_port_stat() argument
474 p->status = (prev & ~clr_flags) | set_flags; in ast_vhub_change_port_stat()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c2104 static inline void set_flags(u32 *cur_flags, u32 new_flags, u32 flags) in set_flags() function
2114 set_flags(&adapter->eth_flags, flags, PRIV_FLAGS_ADAP); in cxgb4_set_priv_flags()
2115 set_flags(&pi->eth_flags, flags, PRIV_FLAGS_PORT); in cxgb4_set_priv_flags()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c484 goto set_flags; in qlcnic_tx_pkt()
489 set_flags: in qlcnic_tx_pkt()
/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c7606 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7616 crypt->ops->set_flags(flags, crypt->priv); in ipw2100_wx_set_auth()
Dipw2200.c6621 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6631 crypt->ops->set_flags(flags, crypt->priv); in ipw_wx_set_auth()