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
972 struct mlx4_eqe *eqe) in propagate_pkey_ev() argument
974 __propagate_pkey_ev(dev, port_num, GET_BLK_PTR_FROM_EQE(eqe), in propagate_pkey_ev()
975 GET_MASK_FROM_EQE(eqe)); in propagate_pkey_ev()
1035 struct mlx4_eqe *eqe = &(ew->ib_eqe); in handle_port_mgmt_change_event() local
1036 u8 port = eqe->event.port_mgmt_change.port; in handle_port_mgmt_change_event()
1041 switch (eqe->subtype) { in handle_port_mgmt_change_event()
1043 changed_attr = be32_to_cpu(eqe->event.port_mgmt_change.params.port_info.changed_attr); in handle_port_mgmt_change_event()
1048 u16 lid = be16_to_cpu(eqe->event.port_mgmt_change.params.port_info.mstr_sm_lid); in handle_port_mgmt_change_event()
1049 u8 sl = eqe->event.port_mgmt_change.params.port_info.mstr_sm_sl & 0xf; in handle_port_mgmt_change_event()
1073 propagate_pkey_ev(dev, port, eqe); in handle_port_mgmt_change_event()
1081 tbl_block = GET_BLK_PTR_FROM_EQE(eqe); in handle_port_mgmt_change_event()
1082 change_bitmap = GET_MASK_FROM_EQE(eqe); in handle_port_mgmt_change_event()
1088 "Port Management Change event\n", eqe->subtype); in handle_port_mgmt_change_event()