Home
last modified time | relevance | path

Searched refs:nsegs (Results 26 – 27 of 27) sorted by relevance

12

/openbmc/linux/net/ipv6/
H A Daddrconf.c4512 unsigned char nsegs) in ipv6_chk_rpl_srh_loop() argument
4522 for (i = 0; i < nsegs; i++) { in ipv6_chk_rpl_srh_loop()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5089 u32 nsegs, n, segs = 0, flags; in bnxt_hwrm_vnic_set_tpa() local
5111 nsegs = (MAX_SKB_FRAGS - 1) * n; in bnxt_hwrm_vnic_set_tpa()
5116 nsegs = (MAX_SKB_FRAGS - n) / n; in bnxt_hwrm_vnic_set_tpa()
5123 segs = ilog2(nsegs); in bnxt_hwrm_vnic_set_tpa()

12