Searched refs:prod (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1800 unsigned prod = maxCt[0]; local
1802 prod *= maxCt[level];
1804 bool uniform = (prod == totals[level - 1]);
2512 unsigned prod = totals[maxIndex]; local
2514 prod *= maxCt[index];
2516 bool uniform = (prod == totals[threadIdIndex]);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.c1504 SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_PI_TIMESET, timeset);
1506 SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_FSM_SEL, 0);
1508 SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_FSM_SEL, 1);
H A Dcommon_hsi.h796 __le32 prod; member in struct:cau_pi_entry
H A Decore_sriov.c3867 u32 prod; local
3872 prod = ecore_rd(p_hwfn, p_ptt,
3875 distance[i] = prod - cons[i];
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h560 u32 prod; member in struct:mlx4_slave_event_eq
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2647 uint16_t prod; local
2650 prod = fp->tx_bd_prod;
2653 used = SUB_S16(prod, cons);
2767 uint16_t prod,
2778 "cons=%d prod=%d\n",
2779 fp->index, queue, cons, prod);
2799 BLOGE(sc, "fp[%02d].tpa[%02d] cons[%d] prod[%d]mbuf not allocated!\n",
2800 fp->index, queue, cons, prod);
2823 prod : cons;
3022 /* now update the prod */
2763 bxe_tpa_start(struct bxe_softc *sc, struct bxe_fastpath *fp, uint16_t queue, uint16_t cons, uint16_t prod, struct eth_fast_path_rx_cqe *cqe) argument
8499 bxe_update_eq_prod(struct bxe_softc *sc, uint16_t prod) argument
[all...]
H A Decore_hsi.h6579 uint16_t prod /* Producer index to be set */; member in struct:doorbell_set_prod
6585 uint16_t prod /* Producer index to be set */;
8308 uint32_t conn_db_addr_lo /* Lower 32-bit of Conn DB (RQ prod and CQ arm bit) */;
8309 uint32_t conn_db_addr_hi /* Higher 32-bit of Conn DB (RQ prod and CQ arm bit) */;
9410 uint16_t prod /* Ustorm CQ producer , updated by Ustorm */; member in struct:iscsi_cq_db_prod_pnd_cmpltn_cnt
9412 uint16_t prod /* Ustorm CQ producer , updated by Ustorm */;
9954 uint16_t prod /* CQ producer */; member in struct:ustorm_iscsi_cq_db
9956 uint16_t prod /* CQ producer */;
9971 uint16_t rq_prod /* RQ prod */;
9975 uint16_t rq_prod /* RQ prod */;
[all...]

Completed in 380 milliseconds

123