Searched refs:nnmtxq (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h216 int nnmtxq; member in struct:vi_info
737 int nnmtxq; /* total # of netmap tx queues */ member in struct:sge
948 iter < vi->nnmtxq; ++iter, ++q)
H A Dt4_main.c1197 s->nnmtxq = nports * (num_vis - 1) * iaq.nnmtxq_vi;
1199 s->neq += s->nnmtxq + s->nnmrxq;
1204 s->nm_txq = malloc(s->nnmtxq * sizeof(struct sge_nm_txq),
1287 vi->nnmtxq = iaq.nnmtxq_vi;
1289 nm_tqidx += vi->nnmtxq;
1659 vi->nnmtxq, vi->nnmrxq);
6351 SYSCTL_ADD_INT(ctx, children, OID_AUTO, "nnmtxq", CTLFLAG_RD,
6352 &vi->nnmtxq, 0, "# of netmap tx queues");
H A Dt4_netmap.c863 na.num_tx_rings = vi->nnmtxq;

Completed in 193 milliseconds