Home
last modified time | relevance | path

Searched defs:network_interface_info_ioctl_rsp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.h268 struct network_interface_info_ioctl_rsp { struct
269 __le32 Next; /* next interface. zero if this is last one */
270 __le32 IfIndex;
271 __le32 Capability; /* RSS or RDMA Capable */
272 __le32 Reserved;
273 __le64 LinkSpeed;
274 __le16 Family;
275 __u8 Buffer[126];
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.h169 struct network_interface_info_ioctl_rsp { struct
170 __le32 Next; /* next interface. zero if this is last one */
171 __le32 IfIndex;
172 __le32 Capability; /* RSS or RDMA Capable */
173 __le32 Reserved;
174 __le64 LinkSpeed;
175 char SockAddr_Storage[128];