Searched refs:rx_hr (Results 1 – 1 of 1) sorted by relevance
114 u16 rx_hr; member225 if (frm_len > cfv->mru || frm_len <= cfv->rx_hr + cfv->rx_tr) { in cfv_alloc_and_copy_skb()228 frm_len, cfv->mru, cfv->rx_hr, in cfv_alloc_and_copy_skb()234 cfpkt_len = frm_len - (cfv->rx_hr + cfv->rx_tr); in cfv_alloc_and_copy_skb()235 pad_len = (unsigned long)(frm + cfv->rx_hr) & (IP_HDR_ALIGN - 1); in cfv_alloc_and_copy_skb()243 skb_reserve(skb, cfv->rx_hr + pad_len); in cfv_alloc_and_copy_skb()245 skb_put_data(skb, frm + cfv->rx_hr, cfpkt_len); in cfv_alloc_and_copy_skb()513 skb->len + cfv->tx_hr + cfv->rx_hr); in cfv_alloc_and_copy_to_shm()691 &cfv->rx_hr); in cfv_probe()702 cfv->rx_hr = CFV_DEF_HEADROOM; in cfv_probe()