Searched refs:port_bit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-rgmii.c100 ipd_sub_port_fcs.s.port_bit &= 0xffffffffull ^ (1ull<<priv->port);
130 ipd_sub_port_fcs.s.port_bit |= 1ull<<priv->port;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c525 uint64_t port_bit; local
534 port_bit = 0;
536 port_bit |= ((uint64_t)1 << cvmx_helper_get_pknd(interface, index));
540 pkind_fcsx.s.port_bit |= port_bit;
542 pkind_fcsx.s.port_bit &= ~port_bit;
547 if ((1ull << pknd) & port_bit)
H A Dcvmx-ipd-defs.h3424 uint64_t port_bit : 32; /**< When set '1', the port corresponding to the bit member in struct:cvmx_ipd_sub_port_fcs::cvmx_ipd_sub_port_fcs_s
3428 uint64_t port_bit : 32;
3437 uint64_t port_bit : 3; /**< When set '1', the port corresponding to the bit member in struct:cvmx_ipd_sub_port_fcs::cvmx_ipd_sub_port_fcs_cn30xx
3441 uint64_t port_bit : 3;
3449 uint64_t port_bit : 32; /**< When set '1', the port corresponding to the bit member in struct:cvmx_ipd_sub_port_fcs::cvmx_ipd_sub_port_fcs_cn38xx
3453 uint64_t port_bit : 32;
H A Dcvmx-pip-defs.h5583 uint64_t port_bit : 64; /**< When set '1', the pkind corresponding to the bit member in struct:cvmx_pip_sub_pkind_fcsx::cvmx_pip_sub_pkind_fcsx_s
5587 uint64_t port_bit : 64;

Completed in 130 milliseconds