Home
last modified time | relevance | path

Searched refs:chim_idx (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c218 static void hn_chim_free(struct hn_data *hv, uint32_t chim_idx) in hn_chim_free() argument
220 if (chim_idx >= hv->chim_cnt) { in hn_chim_free()
221 PMD_DRV_LOG(ERR, "Invalid chimney index %u", chim_idx); in hn_chim_free()
224 rte_bitmap_set(hv->chim_bmap, chim_idx); in hn_chim_free()
1189 .chim_idx = txd->chim_index, in hn_flush_txagg()
1443 nvs_rndis.chim_idx = txd->chim_index; in hn_xmit_sg()
1445 nvs_rndis.chim_idx = NVS_CHIM_IDX_INVALID; in hn_xmit_sg()
H A Dhn_nvs.h199 uint32_t chim_idx; member
H A Dhn_rndis.c256 .chim_idx = NVS_CHIM_IDX_INVALID, in hn_nvs_send_rndis_ctrl()