Searched refs:hdrm (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ife/
H A Dife.c39 int hdrm = metalen + IFE_METAHDRLEN; local
40 int total_push = hdrm + skb->dev->hard_header_len;
/linux-master/net/sched/
H A Dact_ife.c797 int hdrm = metalen + skb->dev->hard_header_len + IFE_METAHDRLEN; local
799 int new_len = skb->len + hdrm;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5252 int hdrm; local
5257 hdrm = 32 << adapter->fdir_pballoc;
5259 hdrm = 0;
5261 hw->mac.ops.set_rxpba(hw, tc, hdrm, PBA_STRATEGY_EQUAL);

Completed in 146 milliseconds