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

  /src/sys/dev/pci/
if_mcx.c 8011 struct mcx_reg_ptys ptys; local
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
8047 memset(&ptys, 0, sizeof(ptys))
8084 struct mcx_reg_ptys ptys; local
8163 struct mcx_reg_ptys ptys = { local
    [all...]
if_mcx.c 8011 struct mcx_reg_ptys ptys; local
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
8047 memset(&ptys, 0, sizeof(ptys))
8084 struct mcx_reg_ptys ptys; local
8163 struct mcx_reg_ptys ptys = { local
    [all...]

Completed in 35 milliseconds