Home
last modified time | relevance | path

Searched refs:s_feature (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_hw_comm.c121 u64 *s_feature, u16 size) in hinic3_comm_features_nego() argument
130 memcpy(feature_nego.s_feature, s_feature, in hinic3_comm_features_nego()
145 memcpy(s_feature, feature_nego.s_feature, in hinic3_comm_features_nego()
151 int hinic3_get_comm_features(struct hinic3_hwdev *hwdev, u64 *s_feature, in hinic3_get_comm_features() argument
154 return hinic3_comm_features_nego(hwdev, MGMT_MSG_CMD_OP_GET, s_feature, in hinic3_get_comm_features()
158 int hinic3_set_comm_features(struct hinic3_hwdev *hwdev, u64 *s_feature, in hinic3_set_comm_features() argument
161 return hinic3_comm_features_nego(hwdev, MGMT_MSG_CMD_OP_SET, s_feature, in hinic3_set_comm_features()
H A Dhinic3_hw_comm.h30 int hinic3_get_comm_features(struct hinic3_hwdev *hwdev, u64 *s_feature,
32 int hinic3_set_comm_features(struct hinic3_hwdev *hwdev, u64 *s_feature,
H A Dhinic3_nic_cfg.c17 u64 *s_feature, u16 size) in hinic3_feature_nego() argument
26 memcpy(feature_nego.s_feature, s_feature, in hinic3_feature_nego()
41 memcpy(s_feature, feature_nego.s_feature, in hinic3_feature_nego()
H A Dhinic3_hw_intf.h167 u64 s_feature[COMM_MAX_FEATURE_QWORD]; member
H A Dhinic3_mgmt_interface.h18 u64 s_feature[4]; member