Lines Matching refs:eqe
63 #define GET_BLK_PTR_FROM_EQE(eqe) be32_to_cpu(eqe->event.port_mgmt_change.params.tbl_change_info.bl… argument
64 #define GET_MASK_FROM_EQE(eqe) be32_to_cpu(eqe->event.port_mgmt_change.params.tbl_change_info.tbl_e… argument
1118 struct mlx4_eqe *eqe) in propagate_pkey_ev() argument
1120 __propagate_pkey_ev(dev, port_num, GET_BLK_PTR_FROM_EQE(eqe), in propagate_pkey_ev()
1121 GET_MASK_FROM_EQE(eqe)); in propagate_pkey_ev()
1179 struct mlx4_eqe *eqe = &(ew->ib_eqe); in handle_port_mgmt_change_event() local
1180 u8 port = eqe->event.port_mgmt_change.port; in handle_port_mgmt_change_event()
1185 switch (eqe->subtype) { in handle_port_mgmt_change_event()
1187 changed_attr = be32_to_cpu(eqe->event.port_mgmt_change.params.port_info.changed_attr); in handle_port_mgmt_change_event()
1192 u16 lid = be16_to_cpu(eqe->event.port_mgmt_change.params.port_info.mstr_sm_lid); in handle_port_mgmt_change_event()
1193 u8 sl = eqe->event.port_mgmt_change.params.port_info.mstr_sm_sl & 0xf; in handle_port_mgmt_change_event()
1207 if (!eqe->event.port_mgmt_change.params.port_info.gid_prefix) in handle_port_mgmt_change_event()
1211 eqe->event.port_mgmt_change.params.port_info.gid_prefix; in handle_port_mgmt_change_event()
1238 propagate_pkey_ev(dev, port, eqe); in handle_port_mgmt_change_event()
1246 tbl_block = GET_BLK_PTR_FROM_EQE(eqe); in handle_port_mgmt_change_event()
1247 change_bitmap = GET_MASK_FROM_EQE(eqe); in handle_port_mgmt_change_event()
1262 eqe->event.port_mgmt_change.params.sl2vl_tbl_change_info.sl2vl_table[jj]; in handle_port_mgmt_change_event()
1271 "Port Management Change event\n", eqe->subtype); in handle_port_mgmt_change_event()