Searched defs:smc_ib_device (Results 1 – 1 of 1) sorted by relevance
34 struct smc_ib_device { /* ib-device infos for smc */ struct35 struct list_head list;36 struct ib_device *ibdev;37 struct ib_port_attr pattr[SMC_MAX_PORTS]; /* ib dev. port attrs */38 struct ib_event_handler event_handler; /* global ib_event handler */39 struct ib_cq *roce_cq_send; /* send completion queue */63 bool smc_ib_port_active(struct smc_ib_device *smcibdev, u8 ibport); argument