Searched refs:head_off (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | unix.c | 107 pcblist_kvm(u_long count_off, u_long gencnt_off, u_long head_off, char **bufp) in pcblist_kvm() argument 122 if (head_off == 0) in pcblist_kvm() 157 KREAD(head_off, &head, sizeof(head)); in pcblist_kvm() 211 u_long head_off; in unixpr() local 220 head_off = 0; in unixpr() 223 head_off = shead_off; in unixpr() 227 head_off = dhead_off; in unixpr() 231 head_off = sphead_off; in unixpr() 234 ret = pcblist_kvm(count_off, gencnt_off, head_off, in unixpr()
|
| /f-stack/freebsd/net/ |
| H A D | radix.c | 428 int head_off = top->rn_offset, vlen = LEN(v); in rn_insert() local 430 caddr_t cp = v + head_off; in rn_insert() 436 caddr_t cp2 = t->rn_key + head_off; in rn_insert() 758 int b, head_off, vlen; in rn_delete() local 764 head_off = x->rn_offset; in rn_delete() 769 bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off)) in rn_delete() 775 x = rn_addmask(netmask, head->rnh_masks, 1, head_off); in rn_delete()
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_rxtx_vec.c | 263 __m128i head_off = _mm_set_epi64x( in fm10k_rxq_rearm() local 317 dma_addr0 = _mm_add_epi64(dma_addr0, head_off); in fm10k_rxq_rearm() 318 dma_addr1 = _mm_add_epi64(dma_addr1, head_off); in fm10k_rxq_rearm()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 990 uint16_t sqb_cnt, head_off, tail_off; in nix_txq_flush_sq_spin() local 1023 head_off = (val >> 20) & 0x3F; in nix_txq_flush_sq_spin() 1027 if (sqb_cnt <= 1 && head_off == tail_off && in nix_txq_flush_sq_spin() 1770 uint16_t sqb_cnt, head_off, tail_off; in nix_xmit_disable() local 1845 head_off = (val >> 20) & 0x3F; in nix_xmit_disable() 1848 if (sqb_cnt > 1 || head_off != tail_off || in nix_xmit_disable()
|