HomeSort by: relevance | last modified time | path
    Searched defs:proto_oper (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 8044 uint32_t proto_oper; local in function:mcx_media_status
8057 proto_oper = be32toh(ptys.rp_eth_proto_oper);
8063 if (!ISSET(proto_oper, 1U << i))
8073 if (proto_oper != 0) {
8171 uint32_t proto_oper = be32toh(ptys.rp_eth_proto_oper); local in function:mcx_port_change
8175 if (proto_oper != 0)
8180 if (!ISSET(proto_oper, 1U << i))
if_mcx.c 8044 uint32_t proto_oper; local in function:mcx_media_status
8057 proto_oper = be32toh(ptys.rp_eth_proto_oper);
8063 if (!ISSET(proto_oper, 1U << i))
8073 if (proto_oper != 0) {
8171 uint32_t proto_oper = be32toh(ptys.rp_eth_proto_oper); local in function:mcx_port_change
8175 if (proto_oper != 0)
8180 if (!ISSET(proto_oper, 1U << i))

Completed in 169 milliseconds