Searched defs:mtable (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/dec/tulip/
H A Deeprom.c121 tp->mtable = kmalloc(sizeof(struct mediatable) +
124 if (tp->mtable == NULL)
127 tp->mtable->defaultmedia = 0x800;
128 tp->mtable->leafcount = 1;
129 tp->mtable->csr12dir = 0x3f; /* inputs on bit7 for hsc-pci, bit6 for pci-fx */
130 tp->mtable->has_nonmii = 0;
131 tp->mtable->has_reset = 0;
132 tp->mtable->has_mii = 1;
133 tp->mtable->csr15dir = tp->mtable
212 struct mediatable *mtable; local
[all...]
H A Dmedia.c172 struct mediatable *mtable = tp->mtable; local
176 if (mtable) {
177 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index];
186 iowrite32(mtable->csr12dir | 0x100, ioaddr + CSR12);
200 if (startup && mtable->has_reset) {
201 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
286 iowrite32(mtable->csr12dir | 0x100, ioaddr + CSR12);
330 if (startup && mtable
[all...]
H A Dtulip.h446 struct mediatable *mtable; member in struct:tulip_private
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c3817 u8 *mtable,
3866 vpath_handles[mtable[itable[j]]], action,
3884 if (mtable[itable[j]] != i) {
3895 if (mtable[itable[j]] != i) {
3906 if (mtable[itable[j]] != i) {
3917 if (mtable[itable[j]] != i) {
3814 vxge_hw_vpath_rts_rth_itable_set( struct __vxge_hw_vpath_handle **vpath_handles, u32 vpath_count, u8 *mtable, u8 *itable, u32 itable_size) argument
H A Dvxge-main.c1916 u8 mtable[256] = {0}; /* CPU to vpath mapping */ local
1922 * - mtable with bucket-to-vpath mapping
1926 mtable[index] = index % vdev->no_of_vpath;
1932 mtable, itable,

Completed in 178 milliseconds