Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_mcx.c | 8011 struct mcx_reg_ptys ptys; local in function:mcx_media_add_types 8015 memset(&ptys, 0, sizeof(ptys)); 8016 ptys.rp_local_port = 1; 8017 ptys.rp_proto_mask = MCX_REG_PTYS_PROTO_MASK_ETH; 8018 if (mcx_access_hca_reg(sc, MCX_REG_PTYS, MCX_REG_OP_READ, &ptys, 8019 sizeof(ptys)) != 0) { 8024 proto_cap = be32toh(ptys.rp_eth_proto_cap); 8042 struct mcx_reg_ptys ptys; local in function:mcx_media_status 8047 memset(&ptys, 0, sizeof(ptys)) 8084 struct mcx_reg_ptys ptys; local in function:mcx_media_change 8163 struct mcx_reg_ptys ptys = { local in function:mcx_port_change [all...] |