Home
last modified time | relevance | path

Searched refs:rss_size (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/cxgbe/common/
Dcommon.h565 unsigned int nmac, u8 *mac, unsigned int *rss_size,
569 unsigned int *rss_size);
Dt4_hw.c4875 unsigned int nmac, u8 *mac, unsigned int *rss_size, in t4_alloc_vi_func() argument
4908 if (rss_size) in t4_alloc_vi_func()
4909 *rss_size = G_FW_VI_CMD_RSSSIZE(ntohs(c.norss_rsssize)); in t4_alloc_vi_func()
4930 unsigned int *rss_size) in t4_alloc_vi() argument
4932 return t4_alloc_vi_func(adap, mbox, port, pf, vf, nmac, mac, rss_size, in t4_alloc_vi()
5672 unsigned int rss_size; in t4_port_init() local
5693 ret = t4_alloc_vi(adap, mbox, j, pf, vf, 1, addr, &rss_size); in t4_port_init()
5701 p->rss_size = rss_size; in t4_port_init()
/freebsd-9-stable/sys/dev/cxgbe/
Dadapter.h200 uint16_t rss_size; /* size of VI's RSS table slice */ member
Dt4_main.c3230 rss = malloc(pi->rss_size * sizeof (*rss), M_CXGBE, M_ZERO | M_WAITOK); in port_full_init()
3231 for (i = 0; i < pi->rss_size;) { in port_full_init()
3234 if (i == pi->rss_size) in port_full_init()
3239 rc = -t4_config_rss_range(sc, sc->mbox, pi->viid, 0, pi->rss_size, rss, in port_full_init()
3240 pi->rss_size); in port_full_init()