Lines Matching full:rh
261 lio_push_packet(void *m_buff, uint32_t len, union octeon_rh *rh, void *rxq, in lio_push_packet() argument
278 if (rh->r_dh.has_hash) { in lio_push_packet()
281 if (rh->r_dh.has_hwtstamp) { in lio_push_packet()
284 ((rh->r_dh.len - 2) * in lio_push_packet()
289 ((rh->r_dh.len - 2) * in lio_push_packet()
294 ((rh->r_dh.len - 1) * in lio_push_packet()
299 ((rh->r_dh.len - 1) * in lio_push_packet()
332 * in rh. in lio_push_packet()
338 m_adj(mbuf, rh->r_dh.len * 8); in lio_push_packet()
339 len -= rh->r_dh.len * 8; in lio_push_packet()
343 (rh->r_dh.priority || rh->r_dh.vlan)) { in lio_push_packet()
344 uint16_t priority = rh->r_dh.priority; in lio_push_packet()
345 uint16_t vid = rh->r_dh.vlan; in lio_push_packet()
353 if (rh->r_dh.csum_verified & LIO_IPSUM_VERIFIED) in lio_push_packet()
357 if (rh->r_dh.csum_verified & LIO_L4SUM_VERIFIED) { in lio_push_packet()