/src/sys/dev/pci/cxgb/ |
cxgb_lro.c | 209 lro_new_session(struct sge_qset *qs, struct mbuf *m, uint32_t rss_hash) 212 int idx = LRO_SESSION_IDX_HINT_HASH(rss_hash); 215 DPRINTF("%s(qs=%p, m=%p, rss_hash=0x%x)\n", __func__, 216 qs, m, rss_hash); 325 int ethpad, uint32_t rss_hash, uint32_t rss_csum, int lro) 344 LRO_SESSION_IDX_HINT_HASH(rss_hash), ih, th); 349 s = lro_new_session(qs, m, rss_hash);
|
cxgb_adapter.h | 532 int ethpad, uint32_t rss_hash, uint32_t rss_csum, int lro);
|
cxgb_sge.c | 2407 uint32_t rss_hash = r->rss_hdr.rss_hash_val; local in function:process_responses 2500 rss_hash, rss_csum, lro); 2508 m_set_priority(rspq->rspq_mh.mh_head, rss_hash);
|
/src/sys/dev/pci/ |
if_vmxreg.h | 150 uint32_t rss_hash:32; /* RSS hash value */ member in struct:vmxnet3_rxcompdesc
|
if_aq.c | 1172 uint32_t rss_hash; member in struct:aq_rx_desc_wb 5515 rxd_hash = le32toh(rxd->wb.rss_hash);
|