| .. | .. |
|---|
| 70 | 70 | |
|---|
| 71 | 71 | struct opa_vnic_adapter; |
|---|
| 72 | 72 | |
|---|
| 73 | | -/** |
|---|
| 73 | +/* |
|---|
| 74 | 74 | * struct __opa_vesw_info - OPA vnic virtual switch info |
|---|
| 75 | 75 | * |
|---|
| 76 | 76 | * Same as opa_vesw_info without bitwise attribute. |
|---|
| .. | .. |
|---|
| 96 | 96 | u8 rsvd4[2]; |
|---|
| 97 | 97 | } __packed; |
|---|
| 98 | 98 | |
|---|
| 99 | | -/** |
|---|
| 99 | +/* |
|---|
| 100 | 100 | * struct __opa_per_veswport_info - OPA vnic per port info |
|---|
| 101 | 101 | * |
|---|
| 102 | 102 | * Same as opa_per_veswport_info without bitwise attribute. |
|---|
| .. | .. |
|---|
| 136 | 136 | u8 rsvd3[8]; |
|---|
| 137 | 137 | } __packed; |
|---|
| 138 | 138 | |
|---|
| 139 | | -/** |
|---|
| 139 | +/* |
|---|
| 140 | 140 | * struct __opa_veswport_info - OPA vnic port info |
|---|
| 141 | 141 | * |
|---|
| 142 | 142 | * Same as opa_veswport_info without bitwise attribute. |
|---|
| .. | .. |
|---|
| 146 | 146 | struct __opa_per_veswport_info vport; |
|---|
| 147 | 147 | }; |
|---|
| 148 | 148 | |
|---|
| 149 | | -/** |
|---|
| 149 | +/* |
|---|
| 150 | 150 | * struct __opa_veswport_trap - OPA vnic trap info |
|---|
| 151 | 151 | * |
|---|
| 152 | 152 | * Same as opa_veswport_trap without bitwise attribute. |
|---|
| .. | .. |
|---|
| 292 | 292 | hlist_for_each_entry(obj, &name[bkt], member) |
|---|
| 293 | 293 | |
|---|
| 294 | 294 | extern char opa_vnic_driver_name[]; |
|---|
| 295 | | -extern const char opa_vnic_driver_version[]; |
|---|
| 296 | 295 | |
|---|
| 297 | 296 | struct opa_vnic_adapter *opa_vnic_add_netdev(struct ib_device *ibdev, |
|---|
| 298 | 297 | u8 port_num, u8 vport_num); |
|---|