Searched refs:evtbit (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 1498 int hfi1_set_uevent_bits(struct hfi1_pportdata *ppd, const int evtbit) in hfi1_set_uevent_bits() argument 1518 set_bit(evtbit, evs); in hfi1_set_uevent_bits() 1520 set_bit(evtbit, evs + i); in hfi1_set_uevent_bits()
|
H A D | hfi.h | 1941 int hfi1_set_uevent_bits(struct hfi1_pportdata *ppd, const int evtbit);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 1976 int qib_set_uevent_bits(struct qib_pportdata *ppd, const int evtbit) in qib_set_uevent_bits() argument 1995 set_bit(evtbit, &rcd->user_event_mask[0]); in qib_set_uevent_bits() 1997 set_bit(evtbit, &rcd->user_event_mask[i]); in qib_set_uevent_bits()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 1488 int hfi1_set_uevent_bits(struct hfi1_pportdata *ppd, const int evtbit) in hfi1_set_uevent_bits() argument 1508 set_bit(evtbit, evs); in hfi1_set_uevent_bits() 1510 set_bit(evtbit, evs + i); in hfi1_set_uevent_bits()
|
H A D | hfi.h | 1889 int hfi1_set_uevent_bits(struct hfi1_pportdata *ppd, const int evtbit);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 1975 int qib_set_uevent_bits(struct qib_pportdata *ppd, const int evtbit) in qib_set_uevent_bits() argument 1994 set_bit(evtbit, &rcd->user_event_mask[0]); in qib_set_uevent_bits() 1996 set_bit(evtbit, &rcd->user_event_mask[i]); in qib_set_uevent_bits()
|
Completed in 19 milliseconds