Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/qib/
H A Dqib_intr.c115 qib_set_uevent_bits(ppd, _QIB_EVENT_LINKDOWN_BIT); in qib_handle_e_ibstatuschanged()
H A 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()
H A Dqib_file_ops.c1975 int qib_set_uevent_bits(struct qib_pportdata *ppd, const int evtbit) in qib_set_uevent_bits() function