Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Deq.c160 phys_port = eqe->event.port_mgmt_change.port; in mlx4_gen_slave_eqe()
164 eqe->event.port_mgmt_change.port = slave_port; in mlx4_gen_slave_eqe()
170 eqe->event.port_mgmt_change.port = phys_port; in mlx4_gen_slave_eqe()
254 eqe.event.port_mgmt_change.port = mlx4_phys_to_slave_port(dev, slave, port); in mlx4_gen_pkey_eqe()
271 eqe.event.port_mgmt_change.port = mlx4_phys_to_slave_port(dev, slave, port); in mlx4_gen_guid_change_eqe()
427 eqe.event.port_mgmt_change.port = port; in mlx4_gen_slaves_port_mgt_ev()
428 eqe.event.port_mgmt_change.params.port_info.changed_attr = in mlx4_gen_slaves_port_mgt_ev()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmad.c60 #define GET_BLK_PTR_FROM_EQE(eqe) be32_to_cpu(eqe->event.port_mgmt_change.params.tbl_change_info.bl…
61 #define GET_MASK_FROM_EQE(eqe) be32_to_cpu(eqe->event.port_mgmt_change.params.tbl_change_info.tbl_e…
1054 u8 port = eqe->event.port_mgmt_change.port; 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()
/linux-4.4.14/include/linux/mlx4/
Ddevice.h932 } __packed port_mgmt_change; member