Searched refs:thread_allowed_mask (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dlcs.h299 unsigned long thread_allowed_mask; member in struct:lcs_card
H A Dlcs.c323 card->thread_allowed_mask = threads;
352 if ( !(card->thread_allowed_mask & thread) ||
381 if ((card->thread_allowed_mask & thread) &&
411 (u8) card->thread_allowed_mask,
2045 card->thread_allowed_mask = 0;
H A Dqeth.h817 volatile unsigned long thread_allowed_mask; member in struct:qeth_card
H A Dqeth_main.c909 if ( !(card->thread_allowed_mask & thread) ||
949 if ((card->thread_allowed_mask & thread) &&
1018 (u8) card->thread_allowed_mask,
1084 card->thread_allowed_mask = 0;
7606 card->thread_allowed_mask = threads;

Completed in 126 milliseconds