| 1155 | } |
| 1156 | |
| 1157 | void |
| 1158 | bnxt_vnic_rules_init(struct bnxt_vnic_info *vnic) |
| 1159 | { |
| 1160 | vnic->rss_rule = (uint16_t)HWRM_NA_SIGNATURE; |
| 1161 | vnic->cos_rule = (uint16_t)HWRM_NA_SIGNATURE; |
| 1162 | vnic->lb_rule = (uint16_t)HWRM_NA_SIGNATURE; |
| 1163 | } |
| 1164 | |
| 1165 | int32_t |
| 1166 | bnxt_vnic_mru_config(struct bnxt *bp, uint16_t new_mtu) |
no outgoing calls
no test coverage detected