Lines Matching +full:pci +full:- +full:host +full:- +full:cam +full:- +full:generic
23 * 16-Aug-96 LVS Created.
24 * 09-Sep-96 LVS Added group_prom field. Moved read/write I/O
26 * 12-Sep-96 LVS Removed packet request header pointers.
28 * 23 Oct 2006 macro Big-endian host support.
44 typedef struct /* 64-bit counter */
178 #define PI_ITEM_K_EOL 0x00 /* End-of-Item list */
215 #define PI_K_FALSE 0 /* Generic false */
216 #define PI_K_TRUE 1 /* Generic true */
509 * certain host-sent SMT frames such as PMF Get and Set requests. The
861 /* FDX (Full-Duplex) GROUP */
999 #define PI_LOG_CALLER_ID_K_SELFTEST 1 /* Normal power-up selftest */
1000 #define PI_LOG_CALLER_ID_K_MFG 2 /* Mfg power-up selftest */
1001 #define PI_LOG_CALLER_ID_K_ONLINE 3 /* On-line diagnostics */
1064 /* Define format of Consumer Block (resident in host memory) */
1102 /* Define format of a rcv descr (Rcv Data, Cmd Rsp, Unsolicited, SMT Host) */
1151 /* Define format of the Descriptor Block (resident in host memory) */
1170 /* Define Port Registers - offsets from PDQ Base address */
1187 /* Port Control Register - Command codes for primary commands */
1206 /* Define sub-commands accessed via the PI_PCTRL_M_SUB_CMD command */
1218 #define PI_PDATA_B_DMA_BURST_SIZE_32 3 /* not supported on PCI */
1283 #define PI_HALT_ID_K_DMA_ERROR 6 /* Host Data has error reg */
1287 /* Host Interrupt Enable Register as seen by host */
1607 /* PCI Configuration Space Constants */
1670 /* Define LLC host receive buffer min/max/default values */
1672 #define RCV_BUFS_MIN 2 /* minimum pre-allocated receive buffers */
1673 #define RCV_BUFS_MAX 32 /* maximum pre-allocated receive buffers */
1674 #define RCV_BUFS_DEF 8 /* default pre-allocated receive buffers */
1676 /* Define offsets into FDDI LLC or SMT receive frame buffers - used when indicating frames */
1685 /* Define offsets into FDDI LLC transmit frame buffers - used when sending frames */
1729 char *rcv_block_virt; /* LLC host receive queue buf blk virt */
1730 dma_addr_t rcv_block_phys; /* LLC host receive queue buf blk phys */
1740 /* Storage for unicast and multicast address entries in adapter CAM */
1772 /* Store device, bus-specific, and parameter information for this adapter */
1785 u32 rcv_bufs_to_post; /* receive buffers to post for LLC host queue */
1786 u8 factory_mac_addr[FDDI_K_ALEN]; /* factory (on-board) MAC address */