Lines Matching refs:eqe
60 #define GET_BLK_PTR_FROM_EQE(eqe) be32_to_cpu(eqe->event.port_mgmt_change.params.tbl_change_info.bl… argument
61 #define GET_MASK_FROM_EQE(eqe) be32_to_cpu(eqe->event.port_mgmt_change.params.tbl_change_info.tbl_e… argument
990 struct mlx4_eqe *eqe) in propagate_pkey_ev() argument
992 __propagate_pkey_ev(dev, port_num, GET_BLK_PTR_FROM_EQE(eqe), in propagate_pkey_ev()
993 GET_MASK_FROM_EQE(eqe)); in propagate_pkey_ev()
1053 struct mlx4_eqe *eqe = &(ew->ib_eqe); in handle_port_mgmt_change_event() local
1054 u8 port = eqe->event.port_mgmt_change.port; in handle_port_mgmt_change_event()
1059 switch (eqe->subtype) { in handle_port_mgmt_change_event()
1061 changed_attr = be32_to_cpu(eqe->event.port_mgmt_change.params.port_info.changed_attr); in handle_port_mgmt_change_event()
1066 u16 lid = be16_to_cpu(eqe->event.port_mgmt_change.params.port_info.mstr_sm_lid); in handle_port_mgmt_change_event()
1067 u8 sl = eqe->event.port_mgmt_change.params.port_info.mstr_sm_sl & 0xf; in handle_port_mgmt_change_event()
1091 propagate_pkey_ev(dev, port, eqe); in handle_port_mgmt_change_event()
1099 tbl_block = GET_BLK_PTR_FROM_EQE(eqe); in handle_port_mgmt_change_event()
1100 change_bitmap = GET_MASK_FROM_EQE(eqe); in handle_port_mgmt_change_event()
1106 "Port Management Change event\n", eqe->subtype); in handle_port_mgmt_change_event()