Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper.c525 uint64_t port_bit; in cvmx_helper_fcs_op() local
534 port_bit = 0; in cvmx_helper_fcs_op()
536 port_bit |= ((uint64_t)1 << cvmx_helper_get_pknd(interface, index)); in cvmx_helper_fcs_op()
540 pkind_fcsx.s.port_bit |= port_bit; in cvmx_helper_fcs_op()
542 pkind_fcsx.s.port_bit &= ~port_bit; in cvmx_helper_fcs_op()
547 if ((1ull << pknd) & port_bit) in cvmx_helper_fcs_op()
H A Dcvmx-ipd-defs.h3424 uint64_t port_bit : 32; /**< When set '1', the port corresponding to the bit member
3428 uint64_t port_bit : 32;
3437 uint64_t port_bit : 3; /**< When set '1', the port corresponding to the bit member
3441 uint64_t port_bit : 3;
3449 uint64_t port_bit : 32; /**< When set '1', the port corresponding to the bit member
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
5587 uint64_t port_bit : 64;
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-rgmii.c98 ipd_sub_port_fcs.s.port_bit &= 0xffffffffull ^ (1ull<<priv->port); in cvm_oct_rgmii_poll()
127 ipd_sub_port_fcs.s.port_bit |= 1ull<<priv->port; in cvm_oct_rgmii_poll()