|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | slic_spinlock |
| struct | slic_rspqueue |
| struct | slic_rcvqueue |
| struct | slic_rcvbuf_info |
| struct | slic_handle_word |
| struct | slic_handle |
| struct | slic_hostcmd |
| struct | slic_cmdqmem |
| struct | slic_cmdqueue |
| struct | mcast_address |
| struct | slic_iface_stats |
| struct | sliccp_stats |
| struct | slicnet_stats |
| struct | ether_header |
| struct | sliccard |
| struct | physcard |
| struct | base_driver |
| struct | slic_shmem |
| struct | slic_reg_params |
| struct | slic_upr |
| struct | slic_ifevents |
| struct | adapter |
| #define handle_index handle.parts.index |
| #define NUM_CFG_REG_ULONGS (NUM_CFG_REGS / sizeof(u32)) |
| #define SIOCSLICDUMPCARD (SIOCDEVPRIVATE+9) |
| #define SIOCSLICSETINTAGG (SIOCDEVPRIVATE+10) |
| #define SIOCSLICTRACEDUMP (SIOCDEVPRIVATE+11) |
| #define SLIC_CMDQ_CMDSINPAGE (PAGE_SIZE / SLIC_HOSTCMD_SIZE) |
| #define SLIC_CMDQ_INITPAGES (SLIC_CMDQ_INITCMDS / SLIC_CMDQ_CMDSINPAGE) |
| #define SLIC_CMDQ_MAXOUTSTAND SLIC_CMDQ_MAXCMDS |
| #define SLIC_CMDQ_MAXPAGES (SLIC_CMDQ_MAXCMDS / SLIC_CMDQ_CMDSINPAGE) |
| #define SLIC_DUPLEX | ( | x | ) | ((x == LINK_FULLD) ? "FDX" : "HDX") |
| #define SLIC_RCVQ_ENTRIES (256 * SLIC_RCVQ_EXPANSION) |
| #define SLIC_RCVQ_FILLENTRIES (16 * SLIC_RCVQ_EXPANSION) |
| #define SLIC_RCVQ_FILLTHRESH (SLIC_RCVQ_ENTRIES - SLIC_RCVQ_FILLENTRIES) |
| #define SLIC_RCVQ_MAX_PROCESS_ISR ((SLIC_RCVQ_ENTRIES * 4)) |
| #define SLIC_RCVQ_MINENTRIES (SLIC_RCVQ_ENTRIES / 2) |
| #define SLIC_RSPQ_BUFSINPAGE (PAGE_SIZE / SLIC_RSPBUF_SIZE) |
| #define SLIC_SPEED | ( | x | ) |
| #define UPDATE_STATS | ( | largestat, | |
| newstat, | |||
| oldstat | |||
| ) |
1.8.2