Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_intr.c115 qib_set_uevent_bits(ppd, _QIB_EVENT_LINKDOWN_BIT); in qib_handle_e_ibstatuschanged()
Dqib_mad.c700 qib_set_uevent_bits(ppd, _QIB_EVENT_LID_CHANGE_BIT); in subn_set_portinfo()
702 qib_set_uevent_bits(ppd, _QIB_EVENT_LMC_CHANGE_BIT); in subn_set_portinfo()
1091 qib_set_uevent_bits(ppd_from_ibp(to_iport(ibdev, port)), in subn_set_sl_to_vl()
Dqib.h1167 int qib_set_uevent_bits(struct qib_pportdata *, const int);
Dqib_file_ops.c1977 int qib_set_uevent_bits(struct qib_pportdata *ppd, const int evtbit) in qib_set_uevent_bits() function