Lines Matching defs:map
13315 /* all chip interrupts map to MSI-X 0 */
14158 * hfi1_get_qp_map - get qp map
14171 * init_qpmap_table - init qp map
14213 u64 map[NUM_MAP_REGS];
14233 * Return an initialized RMT map table for users to fill in. OK if it
14243 memset(rmt->map, rxcontext, sizeof(rmt->map));
14251 * Write the final RMT map table to the chip and free the table. OK if
14262 write_csr(dd, RCV_RSM_MAP_TABLE + (8 * i), rmt->map[i]);
14309 /* return the number of RSM map table entries that will be used for QOS */
14356 * @rmt: RSM map table
14358 * This routine initializes Rule 0 and the RSM map table to implement
14365 * feed both the RSM map table and the single rule.
14381 /* enough room in the map table? */
14386 /* add qos entries to the RSM map table */
14399 reg = rmt->map[regidx];
14403 rmt->map[regidx] = reg;
14426 /* mark RSM map entries as used */
14428 /* map everything else to the mcast/err/vl15 context */
14454 /* there needs to be enough room in the map table */
14462 * map table. The destination contexts are a sequential block
14477 reg = rmt->map[regidx];
14480 rmt->map[regidx] = reg;
14490 * (start at bit 64). Use that as the RSM map table index.
14545 /* Update map register with netdev context */
14551 /* Write back map register */
14657 /* set up QOS, including the QPN map table */
14661 /* record number of used rsm map entries for netdev */