Lines Matching refs:entry
32 /* Expected size of a Xilinx continuation address table entry. */
79 "Duplicated EF100 table entry.\n");
86 "Bad BAR value of %d in Xilinx capabilities EF100 entry.\n",
104 /* Parse a Xilinx capabilities table entry describing a continuation to a new
111 efx_oword_t entry;
116 efx_reado(efx, &entry, entry_location);
118 bar = EFX_OWORD_FIELD32(entry, ESF_GZ_CFGBAR_CONT_CAP_BAR);
120 offset = EFX_OWORD_FIELD64(entry, ESF_GZ_CFGBAR_CONT_CAP_OFFSET) <<
197 "Seen Xilinx table entry 0x%x size 0x%x at 0x%llx in BAR[%d]\n",
202 "Xilinx table entry too short len=0x%x\n", entry_size);
211 "Bad length or rev for EF100 entry in Xilinx capabilities table. entry_size=%d rev=%d.\n",
224 "Bad length or rev for continue entry in Xilinx capabilities table. entry_size=%d rev=%d.\n",
411 "Seen %d Xilinx tables, but no EF100 entry.\n",
448 const struct pci_device_id *entry)
462 efx->type = (const struct efx_nic_type *)entry->driver_data;