Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dlcs.h323 unsigned long thread_allowed_mask; member
H A Dlcs.c313 card->thread_allowed_mask = threads; in lcs_set_allowed_threads()
340 if ( !(card->thread_allowed_mask & thread) || in lcs_set_thread_start_bit()
368 if ((card->thread_allowed_mask & thread) && in __lcs_do_run_thread()
398 (u8) card->thread_allowed_mask, in lcs_do_start_thread()
2061 card->thread_allowed_mask = 0; in lcs_probe_device()
H A Dqeth_core.h856 unsigned long thread_allowed_mask; member
H A Dqeth_core_main.c182 card->thread_allowed_mask = threads; in qeth_set_allowed_threads()
1112 if (!(card->thread_allowed_mask & thread)) in qeth_set_thread_start_bit()
1152 if ((card->thread_allowed_mask & thread) && in __qeth_do_run_thread()
1581 (u8) card->thread_allowed_mask, in qeth_do_start_thread()