Home
last modified time | relevance | path

Searched refs:link_index (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pow.h701 …uint64_t link_index : 11; /**< Points to the next POW entry in the tag list when tail =… member
720 uint64_t link_index : 11;
820 …uint64_t link_index : 11; /**< Points to the next POW entry in the tag list when tail =… member
829 uint64_t link_index : 11;
852 …uint64_t link_index : 11; /**< Points to the next SSO entry in the tag list when tail==0… member
854 uint64_t link_index : 11;
H A Dcvmx-pow.c445 printf(" next=%d", dump->sstatus[core][bit_cur].s_sstatus2.link_index); in __cvmx_pow_display_v1()
653 printf(" next=%d", dump->sstatus[core][links].s_sstatus4_cn68xx.link_index); in __cvmx_pow_display_v2()
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c259 int i, link_index; in eh_set_default_conf_link() local
295 link_index = em_conf->nb_link; in eh_set_default_conf_link()
298 link = &(em_conf->link[link_index]); in eh_set_default_conf_link()