Searched refs:num_tc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c437 for (j = 0; j < priv->num_tc; j++) {
1484 for (tc = 0; tc < c->num_tc; tc++) {
1505 for (tc = 0; tc < c->num_tc; tc++)
1516 for (tc = 0; tc < c->num_tc; tc++) {
1536 for (tc = 0; tc < c->num_tc; tc++)
1549 for (tc = 0; tc < c->num_tc; tc++) {
1574 for (tc = 0; tc < c->num_tc; tc++) {
1594 c->num_tc = priv->num_tc;
1956 for (i = 0; i != c->num_tc;
2007 int num_tc = priv->num_tc; local
2029 int num_tc = priv->num_tc; local
[all...]
H A Den.h395 u8 num_tc; member in struct:mlx5e_params
596 u8 num_tc; member in struct:mlx5e_channel
674 int num_tc; member in struct:mlx5e_priv
H A Dmlx5_en_tx.c98 if (tc >= priv->num_tc)
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h454 int num_tc; member in struct:qlnx_host
456 #define QLNX_MAX_TSS_CNT(ha) ((ha->num_rss) * (ha->num_tc))
H A Decore_init_fw_funcs.c971 u8 tc, num_tc, tc_client_offset; local
973 num_tc = is_lb ? NUM_OF_TCS : NUM_OF_PHYS_TCS;
983 for (tc = 0; tc < num_tc; tc++) {
1008 for (tc = 0; tc < num_tc; tc++, tc_client_offset++) {
H A Dqlnx_os.c934 ha->num_tc = QLNX_MAX_TC;
961 "\n\t\t\t[ncpus = %d][num_rss = 0x%x] [num_tc = 0x%x]\n",
965 ha->msix_count, mp_ncpus, ha->num_rss, ha->num_tc);
5018 for (tc = 0; tc < ha->num_tc; tc++) {
5877 (ha->num_rss) * (ha->num_tc + 1);
6074 for (tc = 0; tc < ha->num_tc; tc++) {
6567 for (tc = 0; tc < ha->num_tc; tc++)
6620 for (tc = 0; tc < ha->num_tc; tc++) {
6964 for (tc = 0; tc < ha->num_tc; tc++) {
7142 for (tc = 0; tc < ha->num_tc; t
[all...]
H A Decore_int.c1570 u8 num_tc = p_hwfn->hw_info.num_hw_tc; local
1594 for (i = 0; i < num_tc; i++) {

Completed in 110 milliseconds