Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/rocker/
Drocker_tlv.h139 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value) in rocker_tlv_put_u8()
147 rocker_tlv_put_u16(struct rocker_desc_info *desc_info, int attrtype, u16 value) in rocker_tlv_put_u16()
155 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value) in rocker_tlv_put_be16()
163 rocker_tlv_put_u32(struct rocker_desc_info *desc_info, int attrtype, u32 value) in rocker_tlv_put_u32()
171 rocker_tlv_put_be32(struct rocker_desc_info *desc_info, int attrtype, __be32 value) in rocker_tlv_put_be32()
179 rocker_tlv_put_u64(struct rocker_desc_info *desc_info, int attrtype, u64 value) in rocker_tlv_put_u64()
187 rocker_tlv_nest_start(struct rocker_desc_info *desc_info, int attrtype) in rocker_tlv_nest_start()
Drocker_tlv.c33 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
/drivers/block/drbd/
Ddrbd_nla.c44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/drivers/infiniband/core/
Daddr.c156 int attrtype; in ib_nl_ip_send_msg() local
/drivers/net/
Dmacsec.c1486 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci()
1497 static int nla_put_ssci(struct sk_buff *skb, int attrtype, ssci_t value) in nla_put_ssci()
Dgeneve.c1415 int attrtype; in geneve_nl2info() local
/drivers/net/vxlan/
Dvxlan_core.c3940 int attrtype, unsigned long mask, bool changelink, in vxlan_nl2flag()