Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c1292 struct hinic_cable_plug_event *plug_event; in hinic_cable_status_event() local
1296 plug_event = (struct hinic_cable_plug_event *)buf_in; in hinic_cable_status_event()
1298 plug_event->plugged ? "plugged" : "unplugged"); in hinic_cable_status_event()
1300 *out_size = sizeof(*plug_event); in hinic_cable_status_event()
1301 plug_event = (struct hinic_cable_plug_event *)buf_out; in hinic_cable_status_event()
1302 plug_event->mgmt_msg_head.status = 0; in hinic_cable_status_event()