HomeSort by: relevance | last modified time | path
    Searched refs:cpl_rx_pkt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_lro.c 76 #define IPH_OFFSET (2 + sizeof (struct cpl_rx_pkt) + ETHER_HDR_LEN)
112 can_lro_packet(struct cpl_rx_pkt *cpl, unsigned int rss_hi)
247 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(sm, uint8_t *) + 2);
248 struct cpl_rx_pkt *ncpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + 2);
328 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad);
cxgb_sge.c 2156 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad);
2409 eth = (r->rss_hdr.opcode == CPL_RX_PKT);
cxgb_t3_cpl.h 70 CPL_RX_PKT = 0x2B,
1222 struct cpl_rx_pkt { struct

Completed in 14 milliseconds