Home
last modified time | relevance | path

Searched refs:port_msg (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.c607 struct hinic_port_info port_msg; in hinic_get_port_info() local
608 u16 out_size = sizeof(port_msg); in hinic_get_port_info()
616 memset(&port_msg, 0, sizeof(port_msg)); in hinic_get_port_info()
618 port_msg.func_id = hinic_global_func_id(hwdev); in hinic_get_port_info()
621 &port_msg, sizeof(port_msg), in hinic_get_port_info()
622 &port_msg, &out_size); in hinic_get_port_info()
626 err, port_msg.mgmt_msg_head.status, out_size); in hinic_get_port_info()
630 port_info->autoneg_cap = port_msg.autoneg_cap; in hinic_get_port_info()
632 port_info->duplex = port_msg.duplex; in hinic_get_port_info()
633 port_info->port_type = port_msg.port_type; in hinic_get_port_info()
[all …]
/f-stack/freebsd/netinet/libalias/
H A Dalias_skinny.c254 alias_skinny_port_msg(struct IpPortMessage *port_msg, struct ip *pip, in alias_skinny_port_msg() argument
260 port_msg->stationIpPort = (u_int32_t) ntohs(GetAliasPort(lnk)); in alias_skinny_port_msg()