Searched refs:pcp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/netgraph/
H A Dng_vlan.h70 uint8_t pcp; /* PCP - Priority Code Point. */ member in struct:ng_vlan_filter
80 { "pcp", &ng_parse_uint8_type }, \
88 { "pcp", &ng_parse_uint8_type }, \
H A Dng_vlan.c288 vf->pcp & ~7 ||
318 EVL_MAKETAG(vf->vid, vf->pcp, vf->cfi)));
420 vf->pcp = EVL_PRIOFTAG(hook_data);
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c258 struct pci_conf *pcp; local
310 for (i = 0, pcp = pci.matches,
312 i < nmatch_to_convert; i++, pcp++, pc32p++) {
313 if ((error = copyin(pcp, &pc, sizeof(pc))) != 0)
/freebsd-10-stable/sys/dev/mlx5/
H A Dvport.h139 u16 vlan, u8 cfi, u8 pcp);
/freebsd-10-stable/contrib/tcsh/
H A Dsh.set.c1273 autoset_dspmbyte(const Char *pcp) argument
1309 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) {
1318 if (*pcp == '\0')
1323 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) {
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1308 u16 vlan, u8 cfi, u8 pcp)
1318 esw_vport_context.cvlan_pcp, pcp);
1306 mlx5_set_eswitch_cvlan_info(struct mlx5_core_dev *mdev, u8 vport, u8 insert_mode, u8 strip_mode, u16 vlan, u8 cfi, u8 pcp) argument
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c2571 u16 pcp = (be32_to_cpu(ah->av.ib.sl_tclass_flowlabel) >> 29) << 13; local
2573 mlx->sched_prio = cpu_to_be16(pcp);
2588 sqp->ud_header.vlan.tag = cpu_to_be16(vlan | pcp);
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h3293 uint32_t pcp : 1; /**< Power Controller Present, writable through PEM(0..1)_CFG_WR member in struct:cvmx_pcieepx_cfg033::cvmx_pcieepx_cfg033_s
3299 uint32_t pcp : 1;
H A Dcvmx-pciercx-defs.h2836 uint32_t pcp : 1; /**< Power Controller Present, writable through PEM(0..1)_CFG_WR member in struct:cvmx_pciercx_cfg033::cvmx_pciercx_cfg033_s
2842 uint32_t pcp : 1;

Completed in 308 milliseconds