diff options
Diffstat (limited to 'include/linux/qed/qed_if.h')
| -rw-r--r-- | include/linux/qed/qed_if.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index b1e3c57c7117..d6c4177df7cb 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h | |||
| @@ -70,8 +70,16 @@ struct qed_dbcx_pfc_params { | |||
| 70 | u8 max_tc; | 70 | u8 max_tc; |
| 71 | }; | 71 | }; |
| 72 | 72 | ||
| 73 | enum qed_dcbx_sf_ieee_type { | ||
| 74 | QED_DCBX_SF_IEEE_ETHTYPE, | ||
| 75 | QED_DCBX_SF_IEEE_TCP_PORT, | ||
| 76 | QED_DCBX_SF_IEEE_UDP_PORT, | ||
| 77 | QED_DCBX_SF_IEEE_TCP_UDP_PORT | ||
| 78 | }; | ||
| 79 | |||
| 73 | struct qed_app_entry { | 80 | struct qed_app_entry { |
| 74 | bool ethtype; | 81 | bool ethtype; |
| 82 | enum qed_dcbx_sf_ieee_type sf_ieee; | ||
| 75 | bool enabled; | 83 | bool enabled; |
| 76 | u8 prio; | 84 | u8 prio; |
| 77 | u16 proto_id; | 85 | u16 proto_id; |
