Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-srio.h342 uint64_t lns : 1; /**< When set, the outbound message controller member
359 uint64_t lns : 1;
H A Dcvmx-sriox-defs.h1649 uint64_t lns : 1; /**< LNS field of outbound message descriptor member
1655 uint64_t lns : 1;
H A Dcvmx-srio.c1615 tx_msg_hdr_ptr->s.lns = 0; /* not use sriox_omsg_ctrly[] */ in cvmx_srio_omsg_desc()
/f-stack/freebsd/kern/
H A Dvfs_cache.c1318 struct negstate *ns, *lns; in cache_neg_evict_select_entry() local
1327 lns = NCP2NEGSTATE(lncp); in cache_neg_evict_select_entry()
1333 if (ns->neg_hit < lns->neg_hit) { in cache_neg_evict_select_entry()
1335 lns = ns; in cache_neg_evict_select_entry()