[go: nahoru, domu]

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

/drivers/staging/lustre/lnet/lnet/
H A Dlib-me.c82 struct lnet_match_table *mtable; local
92 mtable = lnet_mt_of_attach(portal, match_id,
94 if (mtable == NULL) /* can't match portal type */
101 lnet_res_lock(mtable->mt_cpt);
110 lnet_res_lh_initialize(the_lnet.ln_me_containers[mtable->mt_cpt],
113 head = &mtable->mt_mhash[LNET_MT_HASH_IGNORE];
115 head = lnet_mt_match_head(mtable, match_id, match_bits);
117 me->me_pos = head - &mtable->mt_mhash[0];
125 lnet_res_unlock(mtable->mt_cpt);
H A Dlib-ptl.c91 struct lnet_match_table *mtable = ptl->ptl_mtables[cpt]; local
97 mtable->mt_enabled = 1;
116 struct lnet_match_table *mtable = ptl->ptl_mtables[cpt]; local
125 mtable->mt_enabled = 0;
232 struct lnet_match_table *mtable; local
242 mtable = lnet_match2mt(ptl, id, mbits);
243 if (mtable != NULL) /* unique portal or only one match-table */
244 return mtable;
264 struct lnet_match_table *mtable; local
277 mtable
314 lnet_mt_test_exhausted(struct lnet_match_table *mtable, int pos) argument
339 lnet_mt_set_exhausted(struct lnet_match_table *mtable, int pos, int exhausted) argument
357 lnet_mt_match_head(struct lnet_match_table *mtable, lnet_process_id_t id, __u64 mbits) argument
374 lnet_mt_match_md(struct lnet_match_table *mtable, struct lnet_match_info *info, struct lnet_msg *msg) argument
475 struct lnet_match_table *mtable; local
539 struct lnet_match_table *mtable; local
627 struct lnet_match_table *mtable; local
718 struct lnet_match_table *mtable; local
756 struct lnet_match_table *mtable; local
[all...]
/drivers/net/ethernet/dec/tulip/
H A Deeprom.c120 tp->mtable = kmalloc(sizeof(struct mediatable) +
123 if (tp->mtable == NULL)
126 tp->mtable->defaultmedia = 0x800;
127 tp->mtable->leafcount = 1;
128 tp->mtable->csr12dir = 0x3f; /* inputs on bit7 for hsc-pci, bit6 for pci-fx */
129 tp->mtable->has_nonmii = 0;
130 tp->mtable->has_reset = 0;
131 tp->mtable->has_mii = 1;
132 tp->mtable->csr15dir = tp->mtable
211 struct mediatable *mtable; local
[all...]
H A Dmedia.c171 struct mediatable *mtable = tp->mtable; local
175 if (mtable) {
176 struct medialeaf *mleaf = &mtable->mleaf[tp->cur_index];
185 iowrite32(mtable->csr12dir | 0x100, ioaddr + CSR12);
199 if (startup && mtable->has_reset) {
200 struct medialeaf *rleaf = &mtable->mleaf[mtable->has_reset];
285 iowrite32(mtable->csr12dir | 0x100, ioaddr + CSR12);
329 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.c3813 u8 *mtable,
3862 vpath_handles[mtable[itable[j]]], action,
3880 if (mtable[itable[j]] != i) {
3891 if (mtable[itable[j]] != i) {
3902 if (mtable[itable[j]] != i) {
3913 if (mtable[itable[j]] != i) {
3810 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.c1917 u8 mtable[256] = {0}; /* CPU to vpath mapping */ local
1923 * - mtable with bucket-to-vpath mapping
1927 mtable[index] = index % vdev->no_of_vpath;
1933 mtable, itable,

Completed in 251 milliseconds