Searched refs:s_feature (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_hw_comm.c | 121 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 D | hinic3_hw_comm.h | 30 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 D | hinic3_nic_cfg.c | 17 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 D | hinic3_hw_intf.h | 167 u64 s_feature[COMM_MAX_FEATURE_QWORD]; member
|
| H A D | hinic3_mgmt_interface.h | 18 u64 s_feature[4]; member
|