Lines Matching defs:map
13354 /* all chip interrupts map to MSI-X 0 */
14252 u64 map[NUM_MAP_REGS];
14272 * Return an initialized RMT map table for users to fill in. OK if it
14282 memset(rmt->map, rxcontext, sizeof(rmt->map));
14290 * Write the final RMT map table to the chip and free the table. OK if
14301 write_csr(dd, RCV_RSM_MAP_TABLE + (8 * i), rmt->map[i]);
14348 /* return the number of RSM map table entries that will be used for QOS */
14395 * @rmt - RSM map table
14397 * This routine initializes Rule 0 and the RSM map table to implement
14404 * feed both the RSM map table and the single rule.
14420 /* enough room in the map table? */
14425 /* add qos entries to the the RSM map table */
14438 reg = rmt->map[regidx];
14442 rmt->map[regidx] = reg;
14465 /* mark RSM map entries as used */
14467 /* map everything else to the mcast/err/vl15 context */
14493 /* there needs to be enough room in the map table */
14501 * map table. The destination contexts are a sequential block
14516 reg = rmt->map[regidx];
14519 rmt->map[regidx] = reg;
14529 * (start at bit 64). Use that as the RSM map table index.
14584 /* Update map register with netdev context */
14590 /* Write back map register */
14696 /* set up QOS, including the QPN map table */
14700 /* record number of used rsm map entries for netdev */