Searched refs:fbnic_tlv_attr_put_value (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_tlv.c | 94 int fbnic_tlv_attr_put_value(struct fbnic_tlv_msg *msg, const u16 attr_id, in fbnic_tlv_attr_put_value() function 143 return fbnic_tlv_attr_put_value(msg, attr_id, &le64_value, len); in __fbnic_tlv_attr_put_int() 161 return fbnic_tlv_attr_put_value(msg, attr_id, mac_addr, ETH_ALEN); in fbnic_tlv_attr_put_mac_addr() 193 return fbnic_tlv_attr_put_value(msg, attr_id, string, str_len); in fbnic_tlv_attr_put_string()
|
H A D | fbnic_tlv.h | 147 int fbnic_tlv_attr_put_value(struct fbnic_tlv_msg *msg, const u16 attr_id,
|