Lines Matching refs:table

2071 	 * The driver maintains a table mapping driver-side queue IDs
2086 printf("%s: could not allocate byte count table DMA memory\n",
2147 /* Clear byte count table. */
2712 * Upon stop, the IVAR table gets erased, so msi-x won't
2716 * Configure the IVAR table again after reset.
9526 struct iwx_umac_error_event_table table;
9537 if (iwx_read_mem(sc, base, &table, sizeof(table)/sizeof(uint32_t))) {
9542 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) {
9545 sc->sc_flags, table.valid);
9548 printf("%s: 0x%08X | %s\n", DEVNAME(sc), table.error_id,
9549 iwx_desc_lookup(table.error_id));
9550 printf("%s: 0x%08X | umac branchlink1\n", DEVNAME(sc), table.blink1);
9551 printf("%s: 0x%08X | umac branchlink2\n", DEVNAME(sc), table.blink2);
9552 printf("%s: 0x%08X | umac interruptlink1\n", DEVNAME(sc), table.ilink1);
9553 printf("%s: 0x%08X | umac interruptlink2\n", DEVNAME(sc), table.ilink2);
9554 printf("%s: 0x%08X | umac data1\n", DEVNAME(sc), table.data1);
9555 printf("%s: 0x%08X | umac data2\n", DEVNAME(sc), table.data2);
9556 printf("%s: 0x%08X | umac data3\n", DEVNAME(sc), table.data3);
9557 printf("%s: 0x%08X | umac major\n", DEVNAME(sc), table.umac_major);
9558 printf("%s: 0x%08X | umac minor\n", DEVNAME(sc), table.umac_minor);
9560 table.frame_pointer);
9562 table.stack_pointer);
9563 printf("%s: 0x%08X | last host cmd\n", DEVNAME(sc), table.cmd_header);
9565 table.nic_isr_pref);
9619 struct iwx_error_event_table table;
9630 if (iwx_read_mem(sc, base, &table, sizeof(table)/sizeof(uint32_t))) {
9635 if (!table.valid) {
9640 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) {
9643 sc->sc_flags, table.valid);
9646 printf("%s: 0x%08X | %-28s\n", DEVNAME(sc), table.error_id,
9647 iwx_desc_lookup(table.error_id));
9649 table.trm_hw_status0);
9651 table.trm_hw_status1);
9652 printf("%s: %08X | branchlink2\n", DEVNAME(sc), table.blink2);
9653 printf("%s: %08X | interruptlink1\n", DEVNAME(sc), table.ilink1);
9654 printf("%s: %08X | interruptlink2\n", DEVNAME(sc), table.ilink2);
9655 printf("%s: %08X | data1\n", DEVNAME(sc), table.data1);
9656 printf("%s: %08X | data2\n", DEVNAME(sc), table.data2);
9657 printf("%s: %08X | data3\n", DEVNAME(sc), table.data3);
9658 printf("%s: %08X | beacon time\n", DEVNAME(sc), table.bcon_time);
9659 printf("%s: %08X | tsf low\n", DEVNAME(sc), table.tsf_low);
9660 printf("%s: %08X | tsf hi\n", DEVNAME(sc), table.tsf_hi);
9661 printf("%s: %08X | time gp1\n", DEVNAME(sc), table.gp1);
9662 printf("%s: %08X | time gp2\n", DEVNAME(sc), table.gp2);
9664 table.fw_rev_type);
9666 table.major);
9668 table.minor);
9669 printf("%s: %08X | hw version\n", DEVNAME(sc), table.hw_ver);
9670 printf("%s: %08X | board version\n", DEVNAME(sc), table.brd_ver);
9671 printf("%s: %08X | hcmd\n", DEVNAME(sc), table.hcmd);
9672 printf("%s: %08X | isr0\n", DEVNAME(sc), table.isr0);
9673 printf("%s: %08X | isr1\n", DEVNAME(sc), table.isr1);
9674 printf("%s: %08X | isr2\n", DEVNAME(sc), table.isr2);
9675 printf("%s: %08X | isr3\n", DEVNAME(sc), table.isr3);
9676 printf("%s: %08X | isr4\n", DEVNAME(sc), table.isr4);
9677 printf("%s: %08X | last cmd Id\n", DEVNAME(sc), table.last_cmd_id);
9678 printf("%s: %08X | wait_event\n", DEVNAME(sc), table.wait_event);
9679 printf("%s: %08X | l2p_control\n", DEVNAME(sc), table.l2p_control);
9680 printf("%s: %08X | l2p_duration\n", DEVNAME(sc), table.l2p_duration);
9681 printf("%s: %08X | l2p_mhvalid\n", DEVNAME(sc), table.l2p_mhvalid);
9682 printf("%s: %08X | l2p_addr_match\n", DEVNAME(sc), table.l2p_addr_match);
9683 printf("%s: %08X | lmpm_pmg_sel\n", DEVNAME(sc), table.lmpm_pmg_sel);
9684 printf("%s: %08X | timestamp\n", DEVNAME(sc), table.u_timestamp);
9685 printf("%s: %08X | flow_handler\n", DEVNAME(sc), table.flow_handler);
10480 * The device info table below contains device-specific config overrides.
10481 * The most important parameter derived from this table is the name of the
10484 * The Linux iwlwifi driver uses an "old" and a "new" device info table.
10485 * The "old" table matches devices based on PCI vendor/product IDs only.
10486 * The "new" table extends this with various device parameters derived
10498 * Our table below contains mostly "new" entries declared in iwlwifi
10536 * When adding entries to this table keep in mind that entries must
10538 * table backwards and uses the first matching entry it finds.
11295 /* Allocate interrupt cause table (ICT).*/
11299 printf("%s: could not allocate ICT table\n", DEVNAME(sc));