ERROR: Remove Gerrit Change-Id's before submitting upstream #33: Change-Id: Ic1e66ca2b6f4ed94b2367a996161d2f5f874caae WARNING: line length of 89 exceeds 80 columns #128: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:14: + struct nbl_fw_cmd_net_ring_num_param *param) WARNING: line length of 99 exceeds 80 columns #138: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:24: + if (pf_real_num > NBL_MAX_TXRX_QUEUE_PER_FUNC || vf_real_num > NBL_MAX_TXRX_QUEUE_PER_FUNC) WARNING: line length of 84 exceeds 80 columns #143: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:29: + NBL_VSI_PF_LEGAL_QUEUE_NUM(param->net_max_qp_num[i]) : WARNING: line length of 87 exceeds 80 columns #144: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:30: + NBL_VSI_PF_LEGAL_QUEUE_NUM(param->pf_def_max_net_qp_num); WARNING: line length of 82 exceeds 80 columns #150: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:36: + NBL_VSI_PF_MAX_QUEUE_NUM(param->net_max_qp_num[i]) : WARNING: line length of 85 exceeds 80 columns #151: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:37: + NBL_VSI_PF_MAX_QUEUE_NUM(param->pf_def_max_net_qp_num); WARNING: line length of 96 exceeds 80 columns #160: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:46: + NBL_VSI_VF_REAL_QUEUE_NUM(param->net_max_qp_num[i + NBL_MAX_PF]) : WARNING: line length of 86 exceeds 80 columns #161: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:47: + NBL_VSI_VF_REAL_QUEUE_NUM(param->vf_def_max_net_qp_num); WARNING: line length of 82 exceeds 80 columns #187: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:73: + struct nbl_fw_cmd_vf_num_param *param) WARNING: line length of 93 exceeds 80 columns #198: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:84: +static int nbl_res_fw_cmd_filter_rw_in(struct nbl_resource_mgt *res_mgt, void *data, u16 len) WARNING: line length of 99 exceeds 80 columns #200: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:86: + struct nbl_chan_resource_write_param *param = (struct nbl_chan_resource_write_param *)data; WARNING: line length of 89 exceeds 80 columns #206: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:92: + net_ring_num_param = (struct nbl_fw_cmd_net_ring_num_param *)param->data; WARNING: line length of 86 exceeds 80 columns #207: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:93: + return nbl_res_adminq_check_net_ring_num(res_mgt, net_ring_num_param); WARNING: line length of 95 exceeds 80 columns #218: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:104: +static int nbl_res_fw_cmd_filter_rw_out(struct nbl_resource_mgt *res_mgt, void *in, u16 in_len, WARNING: line length of 97 exceeds 80 columns #223: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:109: + struct nbl_chan_resource_write_param *param = (struct nbl_chan_resource_write_param *)in; WARNING: line length of 89 exceeds 80 columns #231: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:117: + net_ring_num_param = (struct nbl_fw_cmd_net_ring_num_param *)param->data; WARNING: line length of 85 exceeds 80 columns #246: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:132: +static void nbl_res_adminq_add_cmd_filter_res_write(struct nbl_resource_mgt *res_mgt) WARNING: line length of 84 exceeds 80 columns #258: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:144: + if (nbl_common_alloc_hash_node(adminq_mgt->cmd_filter, &key, &filter, NULL)) WARNING: line length of 82 exceeds 80 columns #264: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:150: +static int nbl_res_adminq_set_module_eeprom_info(struct nbl_resource_mgt *res_mgt, WARNING: line length of 84 exceeds 80 columns #284: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:170: + xfer_size = min_t(u32, data_length, NBL_MODULE_EEPRO_WRITE_MAX_LEN); WARNING: line length of 88 exceeds 80 columns #300: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:186: + ret = chan_ops->send_msg(NBL_RES_MGT_TO_CHAN_PRIV(res_mgt), &chan_send); WARNING: line length of 83 exceeds 80 columns #314: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:200: +static int nbl_res_adminq_turn_module_eeprom_page(struct nbl_resource_mgt *res_mgt, WARNING: line length of 91 exceeds 80 columns #321: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:207: + ret = nbl_res_adminq_set_module_eeprom_info(res_mgt, eth_id, I2C_DEV_ADDR_A0, 0, 0, WARNING: line length of 86 exceeds 80 columns #322: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:208: + SFF_8636_TURNPAGE_ADDR, 1, &page); WARNING: line length of 82 exceeds 80 columns #332: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:218: +static int nbl_res_adminq_get_module_eeprom_info(struct nbl_resource_mgt *res_mgt, WARNING: line length of 87 exceeds 80 columns #367: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:253: + ¶m, sizeof(param), data + byte_offset, xfer_size, 1); WARNING: line length of 88 exceeds 80 columns #368: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:254: + ret = chan_ops->send_msg(NBL_RES_MGT_TO_CHAN_PRIV(res_mgt), &chan_send); WARNING: line length of 97 exceeds 80 columns #410: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:338: + hw_ops->set_fw_ping(NBL_RES_MGT_TO_HW_PRIV(res_mgt), adminq_mgt->fw_last_hb_seq); WARNING: line length of 97 exceeds 80 columns #426: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:354: + hw_ops->set_fw_ping(NBL_RES_MGT_TO_HW_PRIV(res_mgt), adminq_mgt->fw_last_hb_seq); WARNING: line length of 90 exceeds 80 columns #464: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:392: + param, param_len, (void *)&port_caps, sizeof(port_caps), 1); WARNING: line length of 88 exceeds 80 columns #465: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:393: + ret = chan_ops->send_msg(NBL_RES_MGT_TO_CHAN_PRIV(res_mgt), &chan_send); WARNING: line length of 81 exceeds 80 columns #474: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:402: + eth_info->port_caps[eth_id] = port_caps & NBL_PORT_KEY_DATA_MASK; WARNING: line length of 86 exceeds 80 columns #493: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:421: + (void *)&port_advertising, sizeof(port_advertising), 1); WARNING: line length of 88 exceeds 80 columns #494: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:422: + ret = chan_ops->send_msg(NBL_RES_MGT_TO_CHAN_PRIV(res_mgt), &chan_send); WARNING: line length of 85 exceeds 80 columns #542: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:470: + data = NBL_PORT_FLAG_ENABLE_NOTIFY + (key << NBL_PORT_KEY_KEY_SHIFT); WARNING: line length of 81 exceeds 80 columns #549: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:477: + nbl_res_adminq_set_sfp_state(res_mgt, eth_id, NBL_SFP_MODULE_ON); WARNING: line length of 88 exceeds 80 columns #559: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:487: + ret = chan_ops->send_msg(NBL_RES_MGT_TO_CHAN_PRIV(res_mgt), &chan_send); WARNING: line length of 95 exceeds 80 columns #563: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:491: + eth_info->logic_eth_id[eth_id], enable ? "enable" : "disable"); WARNING: line length of 84 exceeds 80 columns #568: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:496: + dev_info(dev, "ctrl dev %s eth %d\n", enable ? "enable" : "disable", WARNING: line length of 92 exceeds 80 columns #576: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:504: +static int nbl_res_adminq_get_special_port_type(struct nbl_resource_mgt *res_mgt, u8 eth_id) WARNING: line length of 85 exceeds 80 columns #592: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:520: + ret = nbl_res_adminq_get_module_eeprom_info(res_mgt, eth_id, I2C_DEV_ADDR_A0, WARNING: line length of 85 exceeds 80 columns #593: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:521: + 0, 0, SFF8636_DEVICE_TECH_OFFSET, WARNING: line length of 91 exceeds 80 columns #623: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:551: + dev_err(dev, "eth %d unknown port_type\n", eth_info->logic_eth_id[eth_id]); WARNING: line length of 91 exceeds 80 columns #630: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:558: +static int nbl_res_adminq_get_common_port_type(struct nbl_resource_mgt *res_mgt, u8 eth_id) WARNING: line length of 94 exceeds 80 columns #640: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:568: + ret = nbl_res_adminq_get_module_eeprom_info(res_mgt, eth_id, I2C_DEV_ADDR_A0, 0, 0, 0, WARNING: line length of 88 exceeds 80 columns #641: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:569: + SFF_8472_CABLE_SPEC_COMP + 1, data); WARNING: line length of 84 exceeds 80 columns #677: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:605: +static int nbl_res_adminq_get_port_type(struct nbl_resource_mgt *res_mgt, u8 eth_id) WARNING: line length of 83 exceeds 80 columns #679: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:607: + if (res_mgt->resource_info->board_info.eth_speed == NBL_FW_PORT_SPEED_100G) WARNING: line length of 89 exceeds 80 columns #685: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:613: +static s32 nbl_res_adminq_get_module_bitrate(struct nbl_resource_mgt *res_mgt, u8 eth_id) WARNING: line length of 85 exceeds 80 columns #698: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:626: + if (res_mgt->resource_info->board_info.eth_speed == NBL_FW_PORT_SPEED_100G) { WARNING: line length of 81 exceeds 80 columns #699: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:627: + ret = nbl_res_adminq_turn_module_eeprom_page(res_mgt, eth_id, 0); WARNING: line length of 94 exceeds 80 columns #707: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:635: + ret = nbl_res_adminq_get_module_eeprom_info(res_mgt, eth_id, I2C_DEV_ADDR_A0, 0, 0, 0, WARNING: line length of 91 exceeds 80 columns #708: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:636: + SFF_8472_SIGNALING_RATE_MAX + 1, data); WARNING: line length of 85 exceeds 80 columns #715: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:643: + if (res_mgt->resource_info->board_info.eth_speed == NBL_FW_PORT_SPEED_100G) { WARNING: line length of 82 exceeds 80 columns #717: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:645: + I2C_DEV_ADDR_A0, 0, 0, WARNING: line length of 85 exceeds 80 columns #718: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:646: + SFF_8636_VENDOR_ENCODING, WARNING: line length of 84 exceeds 80 columns #757: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:685: + if (identifier == SFF_IDENTIFIER_PAM4 || encoding == SFF_8636_ENCODING_PAM4) WARNING: line length of 92 exceeds 80 columns #783: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:711: + eth_info->logic_eth_id[eth_id], notify->link_state, notify->module_inplace, WARNING: line length of 98 exceeds 80 columns #798: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:726: + * when config autoneg to off, ethtool read speed and set it with disable autoneg command, WARNING: line length of 81 exceeds 80 columns #823: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:751: + struct nbl_eth_link_info *eth_link_info) WARNING: line length of 82 exceeds 80 columns #894: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:865: + struct nbl_passthrough_fw_cmd_param *param) WARNING: line length of 82 exceeds 80 columns #899: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:870: + filter = nbl_common_get_hash_node(adminq_mgt->cmd_filter, ¶m->opcode); WARNING: line length of 83 exceeds 80 columns #907: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:878: + struct nbl_passthrough_fw_cmd_param *param, WARNING: line length of 84 exceeds 80 columns #908: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:879: + struct nbl_passthrough_fw_cmd_param *result) WARNING: line length of 82 exceeds 80 columns #914: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:885: + filter = nbl_common_get_hash_node(adminq_mgt->cmd_filter, ¶m->opcode); WARNING: line length of 93 exceeds 80 columns #922: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:893: +static int nbl_res_adminq_passthrough(void *priv, struct nbl_passthrough_fw_cmd_param *param, WARNING: line length of 82 exceeds 80 columns #923: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:894: + struct nbl_passthrough_fw_cmd_param *result) WARNING: line length of 96 exceeds 80 columns #999: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:970: + NBL_CHAN_SEND(chan_send, NBL_CHAN_ADMINQ_FUNCTION_ID, NBL_CHAN_MSG_ADMINQ_RESOURCE_READ, WARNING: line length of 92 exceeds 80 columns #1011: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:982: + (struct nbl_fw_cmd_net_ring_num_param *)info)) WARNING: line length of 96 exceeds 80 columns #1012: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:983: + memcpy(&res_info->net_ring_num_info, info, sizeof(res_info->net_ring_num_info)); WARNING: line length of 95 exceeds 80 columns #1022: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:993: +static int nbl_res_adminq_set_ring_num(void *priv, struct nbl_fw_cmd_net_ring_num_param *param) WARNING: line length of 97 exceeds 80 columns #1042: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1013: + NBL_CHAN_SEND(chan_send, NBL_CHAN_ADMINQ_FUNCTION_ID, NBL_CHAN_MSG_ADMINQ_RESOURCE_WRITE, WARNING: line length of 81 exceeds 80 columns #1111: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1082: + dev_info(dev, "set_wol ethid %d %sabled", eth_id, enable ? "en" : "dis"); WARNING: line length of 96 exceeds 80 columns #1114: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1085: + NBL_CHAN_SEND(chan_send, NBL_CHAN_ADMINQ_FUNCTION_ID, NBL_CHAN_MSG_ADMINQ_REGISTER_READ, WARNING: line length of 97 exceeds 80 columns #1124: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1095: + NBL_CHAN_SEND(chan_send, NBL_CHAN_ADMINQ_FUNCTION_ID, NBL_CHAN_MSG_ADMINQ_REGISTER_WRITE, WARNING: line length of 97 exceeds 80 columns #1224: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1195: +static void nbl_res_adminq_get_private_stat_data(void *priv, u32 eth_id, u64 *data, u32 data_len) WARNING: line length of 96 exceeds 80 columns #1267: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1238: + NBL_CHAN_SEND(chan_send, NBL_CHAN_ADMINQ_FUNCTION_ID, NBL_CHAN_MSG_ADMINQ_RESOURCE_READ, WARNING: line length of 98 exceeds 80 columns #1273: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1244: + ret, NBL_CHAN_MSG_ADMINQ_RESOURCE_READ, NBL_ADMINQ_RESID_FSI_SECTION_HBC); WARNING: line length of 96 exceeds 80 columns #1312: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1283: + NBL_CHAN_SEND(chan_send, NBL_CHAN_ADMINQ_FUNCTION_ID, NBL_CHAN_MSG_ADMINQ_RESOURCE_READ, WARNING: line length of 97 exceeds 80 columns #1336: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1307: +#define NBL_ADMINQ_OPS_TBL \ WARNING: line length of 97 exceeds 80 columns #1337: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1308: +do { \ WARNING: line length of 97 exceeds 80 columns #1338: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1309: + NBL_ADMINQ_SET_OPS(set_sfp_state, nbl_res_adminq_set_sfp_state); \ WARNING: line length of 97 exceeds 80 columns #1339: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1310: + NBL_ADMINQ_SET_OPS(check_fw_heartbeat, nbl_res_adminq_check_fw_heartbeat); \ WARNING: line length of 97 exceeds 80 columns #1340: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1311: + NBL_ADMINQ_SET_OPS(check_fw_reset, nbl_res_adminq_check_fw_reset); \ WARNING: line length of 97 exceeds 80 columns #1341: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1312: + NBL_ADMINQ_SET_OPS(get_port_attributes, nbl_res_adminq_get_port_attributes); \ WARNING: line length of 97 exceeds 80 columns #1342: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1313: + NBL_ADMINQ_SET_OPS(update_ring_num, nbl_res_adminq_update_ring_num); \ WARNING: line length of 97 exceeds 80 columns #1343: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1314: + NBL_ADMINQ_SET_OPS(set_ring_num, nbl_res_adminq_set_ring_num); \ WARNING: line length of 97 exceeds 80 columns #1344: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1315: + NBL_ADMINQ_SET_OPS(init_port, nbl_res_adminq_init_port); \ WARNING: line length of 97 exceeds 80 columns #1345: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1316: + NBL_ADMINQ_SET_OPS(enable_port, nbl_res_adminq_enable_port); \ WARNING: line length of 97 exceeds 80 columns #1346: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1317: + NBL_ADMINQ_SET_OPS(recv_port_notify, nbl_res_adminq_recv_port_notify); \ WARNING: line length of 97 exceeds 80 columns #1347: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1318: + NBL_ADMINQ_SET_OPS(get_link_state, nbl_res_adminq_get_link_state); \ WARNING: line length of 97 exceeds 80 columns #1348: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1319: + NBL_ADMINQ_SET_OPS(set_eth_mac_addr, nbl_res_adminq_set_eth_mac_addr); \ WARNING: line length of 97 exceeds 80 columns #1349: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1320: + NBL_ADMINQ_SET_OPS(set_wol, nbl_res_adminq_set_wol); \ WARNING: line length of 97 exceeds 80 columns #1350: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1321: + NBL_ADMINQ_SET_OPS(passthrough_fw_cmd, nbl_res_adminq_passthrough); \ WARNING: line length of 97 exceeds 80 columns #1351: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1322: + NBL_ADMINQ_SET_OPS(get_private_stat_len, nbl_res_adminq_get_private_stat_len); \ WARNING: line length of 97 exceeds 80 columns #1352: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1323: + NBL_ADMINQ_SET_OPS(get_private_stat_data, nbl_res_adminq_get_private_stat_data); \ WARNING: line length of 89 exceeds 80 columns #1353: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1324: + NBL_ADMINQ_SET_OPS(get_part_number, nbl_res_get_part_number); \ WARNING: line length of 97 exceeds 80 columns #1354: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1325: + NBL_ADMINQ_SET_OPS(get_serial_number, nbl_res_get_serial_number); \ WARNING: line length of 87 exceeds 80 columns #1358: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1329: +static int nbl_adminq_setup_mgt(struct device *dev, struct nbl_adminq_mgt **adminq_mgt) WARNING: line length of 83 exceeds 80 columns #1360: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1331: + *adminq_mgt = devm_kzalloc(dev, sizeof(struct nbl_adminq_mgt), GFP_KERNEL); WARNING: line length of 89 exceeds 80 columns #1368: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1339: +static void nbl_adminq_remove_mgt(struct device *dev, struct nbl_adminq_mgt **adminq_mgt) WARNING: line length of 86 exceeds 80 columns #1374: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1345: +static int nbl_res_adminq_chan_notify_link_state_req(struct nbl_resource_mgt *res_mgt, WARNING: line length of 92 exceeds 80 columns #1375: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1346: + u16 fid, u8 link_state, u32 link_speed) WARNING: line length of 81 exceeds 80 columns #1385: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1356: + NBL_CHAN_SEND(chan_send, fid, NBL_CHAN_MSG_NOTIFY_LINK_STATE, &link_info, WARNING: line length of 81 exceeds 80 columns #1387: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1358: + return chan_ops->send_msg(NBL_RES_MGT_TO_CHAN_PRIV(res_mgt), &chan_send); WARNING: line length of 89 exceeds 80 columns #1390: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1361: +static void nbl_res_adminq_notify_link_state(struct nbl_resource_mgt *res_mgt, u8 eth_id, WARNING: line length of 96 exceeds 80 columns #1414: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1385: + eth_info->link_speed[eth_id]); WARNING: line length of 90 exceeds 80 columns #1422: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1393: + nbl_res_adminq_chan_notify_link_state_req(res_mgt, vf_fid, WARNING: line length of 85 exceeds 80 columns #1423: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1394: + link_state, WARNING: line length of 86 exceeds 80 columns #1424: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1395: + link_speed); WARNING: line length of 85 exceeds 80 columns #1432: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1403: + struct nbl_adminq_mgt *adminq_mgt = container_of(work, struct nbl_adminq_mgt, WARNING: line length of 91 exceeds 80 columns #1443: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1414: + port_max_rate = nbl_res_adminq_get_module_bitrate(res_mgt, eth_id); WARNING: line length of 100 exceeds 80 columns #1446: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1417: + eth_info->port_type[eth_id] = nbl_res_adminq_get_port_type(res_mgt, eth_id); WARNING: line length of 89 exceeds 80 columns #1450: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1421: + eth_info->port_caps[eth_id] |= BIT(NBL_PORT_CAP_AUTONEG); WARNING: line length of 95 exceeds 80 columns #1452: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1423: + eth_info->port_caps[eth_id] &= ~BIT_MASK(NBL_PORT_CAP_AUTONEG); WARNING: line length of 87 exceeds 80 columns #1461: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1432: + eth_info->link_state[eth_id]); WARNING: line length of 81 exceeds 80 columns #1498: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1469: + struct nbl_adminq_mgt **adminq_mgt = &NBL_RES_MGT_TO_ADMINQ_MGT(res_mgt); WARNING: line length of 98 exceeds 80 columns #1508: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1479: + (*adminq_mgt)->fw_last_hb_seq = (u32)hw_ops->get_fw_pong(NBL_RES_MGT_TO_HW_PRIV(res_mgt)); WARNING: line length of 81 exceeds 80 columns #1531: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1502: + struct nbl_adminq_mgt **adminq_mgt = &NBL_RES_MGT_TO_ADMINQ_MGT(res_mgt); WARNING: line length of 88 exceeds 80 columns #1544: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_adminq.c:1515: +#define NBL_ADMINQ_SET_OPS(name, func) do {res_ops->NBL_NAME(name) = func; ; } while (0) WARNING: line length of 86 exceeds 80 columns #4867: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:363: +#define NBL_DSTORE_SCH_QUE_LIST_STATUS_REG(r) (NBL_DSTORE_SCH_QUE_LIST_STATUS_ADDR + \ WARNING: line length of 96 exceeds 80 columns #5141: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:637: +#define NBL_DSTORE_RCV_PORT_TOTAL_RIGHT_PKT_REG(r) (NBL_DSTORE_RCV_PORT_TOTAL_RIGHT_PKT_ADDR + \ WARNING: line length of 96 exceeds 80 columns #5154: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:650: +#define NBL_DSTORE_RCV_PORT_TOTAL_WRONG_PKT_REG(r) (NBL_DSTORE_RCV_PORT_TOTAL_WRONG_PKT_ADDR + \ WARNING: line length of 92 exceeds 80 columns #5167: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:663: +#define NBL_DSTORE_RCV_PORT_FWD_RIGHT_PKT_REG(r) (NBL_DSTORE_RCV_PORT_FWD_RIGHT_PKT_ADDR + \ WARNING: line length of 92 exceeds 80 columns #5180: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:676: +#define NBL_DSTORE_RCV_PORT_FWD_WRONG_PKT_REG(r) (NBL_DSTORE_RCV_PORT_FWD_WRONG_PKT_ADDR + \ WARNING: line length of 94 exceeds 80 columns #5193: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:689: +#define NBL_DSTORE_RCV_PORT_HERR_RIGHT_PKT_REG(r) (NBL_DSTORE_RCV_PORT_HERR_RIGHT_PKT_ADDR + \ WARNING: line length of 94 exceeds 80 columns #5206: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:702: +#define NBL_DSTORE_RCV_PORT_HERR_WRONG_PKT_REG(r) (NBL_DSTORE_RCV_PORT_HERR_WRONG_PKT_ADDR + \ WARNING: line length of 94 exceeds 80 columns #5246: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:742: +#define NBL_DSTORE_IPRO_PORT_FWD_RIGHT_PKT_REG(r) (NBL_DSTORE_IPRO_PORT_FWD_RIGHT_PKT_ADDR + \ WARNING: line length of 94 exceeds 80 columns #5259: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:755: +#define NBL_DSTORE_IPRO_PORT_FWD_WRONG_PKT_REG(r) (NBL_DSTORE_IPRO_PORT_FWD_WRONG_PKT_ADDR + \ WARNING: line length of 90 exceeds 80 columns #5299: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:795: +#define NBL_DSTORE_RCV_ERR_PORT_DROP_PKT_REG(r) (NBL_DSTORE_RCV_ERR_PORT_DROP_PKT_ADDR + \ WARNING: line length of 94 exceeds 80 columns #5312: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:808: +#define NBL_DSTORE_RCV_PORT_SHORT_DROP_PKT_REG(r) (NBL_DSTORE_RCV_PORT_SHORT_DROP_PKT_ADDR + \ WARNING: line length of 82 exceeds 80 columns #5325: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:821: +#define NBL_DSTORE_RCV_PORT_LONG_PKT_REG(r) (NBL_DSTORE_RCV_PORT_LONG_PKT_ADDR + \ WARNING: line length of 82 exceeds 80 columns #5338: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:834: +#define NBL_DSTORE_BUF_PORT_DROP_PKT_REG(r) (NBL_DSTORE_BUF_PORT_DROP_PKT_ADDR + \ WARNING: line length of 82 exceeds 80 columns #5351: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_datapath_dstore.h:847: +#define NBL_DSTORE_BUF_PORT_TRUN_PKT_REG(r) (NBL_DSTORE_BUF_PORT_TRUN_PKT_ADDR + \ WARNING: line length of 88 exceeds 80 columns #11884: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_ppe_fem.h:548: +#define NBL_FEM_CPU_INSERT_SEARCH0_DATA_REG(r) (NBL_FEM_CPU_INSERT_SEARCH0_DATA_ADDR + \ WARNING: line length of 88 exceeds 80 columns #11922: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_ppe_fem.h:586: +#define NBL_FEM_CPU_INSERT_SEARCH1_DATA_REG(r) (NBL_FEM_CPU_INSERT_SEARCH1_DATA_ADDR + \ WARNING: line length of 88 exceeds 80 columns #11960: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/base/nbl_ppe_fem.h:624: +#define NBL_FEM_CPU_INSERT_SEARCH2_DATA_REG(r) (NBL_FEM_CPU_INSERT_SEARCH2_DATA_ADDR + \ WARNING: line length of 97 exceeds 80 columns #16667: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:60: + nbl_hw_read_regs(hw_mgt, NBL_UPED_HW_EDT_PROF_TABLE(5), (u8 *)&hw_edit, sizeof(hw_edit)); WARNING: line length of 98 exceeds 80 columns #16669: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:62: + nbl_hw_write_regs(hw_mgt, NBL_UPED_HW_EDT_PROF_TABLE(5), (u8 *)&hw_edit, sizeof(hw_edit)); WARNING: line length of 97 exceeds 80 columns #16671: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:64: + nbl_hw_read_regs(hw_mgt, NBL_UPED_HW_EDT_PROF_TABLE(6), (u8 *)&hw_edit, sizeof(hw_edit)); WARNING: line length of 98 exceeds 80 columns #16673: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:66: + nbl_hw_write_regs(hw_mgt, NBL_UPED_HW_EDT_PROF_TABLE(6), (u8 *)&hw_edit, sizeof(hw_edit)); WARNING: line length of 94 exceeds 80 columns #16706: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:99: + nbl_hw_write_regs(hw_mgt, NBL_SHAPING_DPORT_REG(eth_id), (u8 *)&dport, sizeof(dport)); WARNING: line length of 90 exceeds 80 columns #16722: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:115: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_PSHA_EN_ADDR, (u8 *)&psha_en, sizeof(psha_en)); WARNING: line length of 91 exceeds 80 columns #16752: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:145: + nbl_hw_read_regs(hw_mgt, NBL_USTORE_PKT_LEN_ADDR, (u8 *)&pkt_len, sizeof(pkt_len)); WARNING: line length of 92 exceeds 80 columns #16755: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:148: + nbl_hw_write_regs(hw_mgt, NBL_USTORE_PKT_LEN_ADDR, (u8 *)&pkt_len, sizeof(pkt_len)); WARNING: line length of 89 exceeds 80 columns #16821: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:214: + nbl_hw_read_regs(hw_mgt, NBL_UL4S_SCH_PAD_ADDR, (u8 *)&sch_pad, sizeof(sch_pad)); WARNING: line length of 90 exceeds 80 columns #16823: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:216: + nbl_hw_write_regs(hw_mgt, NBL_UL4S_SCH_PAD_ADDR, (u8 *)&sch_pad, sizeof(sch_pad)); WARNING: line length of 94 exceeds 80 columns #16835: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:228: + packet_ring_prefect_num = packet_ring_prefect_num > 32 ? 32 : packet_ring_prefect_num; WARNING: line length of 92 exceeds 80 columns #16836: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:229: + packet_ring_prefect_num = packet_ring_prefect_num < 8 ? 8 : packet_ring_prefect_num; WARNING: line length of 91 exceeds 80 columns #16839: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:232: + split_ring_prefect_num = split_ring_prefect_num > 16 ? 16 : split_ring_prefect_num; WARNING: line length of 89 exceeds 80 columns #16840: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:233: + split_ring_prefect_num = split_ring_prefect_num < 8 ? 8 : split_ring_prefect_num; WARNING: line length of 81 exceeds 80 columns #16863: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:256: + nbl_dvn_descreq_num_cfg(hw_mgt, DEFAULT_DVN_100G_DESCREQ_NUMCFG); WARNING: line length of 86 exceeds 80 columns #16892: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:285: + nbl_hw_write_regs(hw_mgt, NBL_UVN_DIF_REQ_RO_FLAG, (u8 *)&flag, sizeof(flag)); WARNING: line length of 84 exceeds 80 columns #16894: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:287: + nbl_hw_read_regs(hw_mgt, NBL_UVN_QUEUE_ERR_MASK, (u8 *)&mask, sizeof(mask)); WARNING: line length of 85 exceeds 80 columns #16896: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:289: + nbl_hw_write_regs(hw_mgt, NBL_UVN_QUEUE_ERR_MASK, (u8 *)&mask, sizeof(mask)); WARNING: line length of 81 exceeds 80 columns #16918: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:311: + nbl_hw_write_regs(hw_mgt, NBL_UQM_FWD_DROP_CNT, (u8 *)&cnt, sizeof(cnt)); WARNING: line length of 81 exceeds 80 columns #16920: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:313: + nbl_hw_write_regs(hw_mgt, NBL_UQM_DROP_PKT_CNT, (u8 *)&cnt, sizeof(cnt)); WARNING: line length of 87 exceeds 80 columns #16921: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:314: + nbl_hw_write_regs(hw_mgt, NBL_UQM_DROP_PKT_SLICE_CNT, (u8 *)&cnt, sizeof(cnt)); WARNING: line length of 89 exceeds 80 columns #16922: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:315: + nbl_hw_write_regs(hw_mgt, NBL_UQM_DROP_PKT_LEN_ADD_CNT, (u8 *)&cnt, sizeof(cnt)); WARNING: line length of 91 exceeds 80 columns #16923: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:316: + nbl_hw_write_regs(hw_mgt, NBL_UQM_DROP_HEAD_PNTR_ADD_CNT, (u8 *)&cnt, sizeof(cnt)); WARNING: line length of 88 exceeds 80 columns #16924: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:317: + nbl_hw_write_regs(hw_mgt, NBL_UQM_DROP_WEIGHT_ADD_CNT, (u8 *)&cnt, sizeof(cnt)); WARNING: line length of 88 exceeds 80 columns #16927: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:320: + nbl_hw_write_regs(hw_mgt, NBL_UQM_PORT_DROP_PKT_CNT + (sizeof(cnt) * i), WARNING: line length of 94 exceeds 80 columns #16929: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:322: + nbl_hw_write_regs(hw_mgt, NBL_UQM_PORT_DROP_PKT_SLICE_CNT + (sizeof(cnt) * i), WARNING: line length of 96 exceeds 80 columns #16931: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:324: + nbl_hw_write_regs(hw_mgt, NBL_UQM_PORT_DROP_PKT_LEN_ADD_CNT + (sizeof(cnt) * i), WARNING: line length of 98 exceeds 80 columns #16933: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:326: + nbl_hw_write_regs(hw_mgt, NBL_UQM_PORT_DROP_HEAD_PNTR_ADD_CNT + (sizeof(cnt) * i), WARNING: line length of 95 exceeds 80 columns #16935: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:328: + nbl_hw_write_regs(hw_mgt, NBL_UQM_PORT_DROP_WEIGHT_ADD_CNT + (sizeof(cnt) * i), WARNING: line length of 85 exceeds 80 columns #16940: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:333: + nbl_hw_write_regs(hw_mgt, NBL_UQM_DPORT_DROP_CNT + (sizeof(cnt) * i), WARNING: line length of 87 exceeds 80 columns #16944: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:337: + nbl_hw_write_regs(hw_mgt, NBL_UQM_QUE_TYPE, (u8 *)&que_type, sizeof(que_type)); WARNING: line length of 98 exceeds 80 columns #16978: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:371: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_MIRROR_ACT_PRI_REG, (u8 *)&epro_mirror_act_pri_def, 1); WARNING: line length of 89 exceeds 80 columns #16981: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:374: +static struct nbl_epro_action_filter_tbl epro_action_filter_tbl_def[NBL_FWD_TYPE_MAX] = { WARNING: line length of 81 exceeds 80 columns #16991: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:384: + BIT(NBL_MD_ACTION_FLOWID0) | BIT(NBL_MD_ACTION_FLOWID1) | WARNING: line length of 84 exceeds 80 columns #16992: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:385: + BIT(NBL_MD_ACTION_RSSIDX) | BIT(NBL_MD_ACTION_TABLE_INDEX) | WARNING: line length of 82 exceeds 80 columns #16995: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:388: + BIT(NBL_MD_ACTION_L4S_IDX) | BIT(NBL_MD_ACTION_DP_HASH0) | WARNING: line length of 82 exceeds 80 columns #16996: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:389: + BIT(NBL_MD_ACTION_DP_HASH1) | BIT(NBL_MD_ACTION_MDF_PRI) | WARNING: line length of 81 exceeds 80 columns #17000: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:393: + BIT(NBL_MD_ACTION_FLOWID0) | BIT(NBL_MD_ACTION_FLOWID1) | WARNING: line length of 84 exceeds 80 columns #17001: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:394: + BIT(NBL_MD_ACTION_RSSIDX) | BIT(NBL_MD_ACTION_TABLE_INDEX) | WARNING: line length of 82 exceeds 80 columns #17004: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:397: + BIT(NBL_MD_ACTION_L4S_IDX) | BIT(NBL_MD_ACTION_DP_HASH0) | WARNING: line length of 82 exceeds 80 columns #17005: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:398: + BIT(NBL_MD_ACTION_DP_HASH1) | BIT(NBL_MD_ACTION_MDF_PRI)}, WARNING: line length of 89 exceeds 80 columns #17015: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:408: + pr_err("fwd_type %u exceed the max num %u.", fwd_type, NBL_FWD_TYPE_MAX); WARNING: line length of 82 exceeds 80 columns #17031: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:424: + &epro_action_filter_tbl_def[fwd_type]); WARNING: line length of 94 exceeds 80 columns #17104: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:497: + status = (status & ~(1 << NBL_DRIVER_STATUS_BIT)) | (active << NBL_DRIVER_STATUS_BIT); WARNING: line length of 95 exceeds 80 columns #17153: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:546: + nbl_hw_write_regs(hw_mgt, NBL_PCOMPLETER_QID_MAP_REG_ARR(k, i), WARNING: line length of 94 exceeds 80 columns #17155: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:548: + nbl_hw_read_regs(hw_mgt, NBL_PCOMPLETER_QID_MAP_REG_ARR(k, i), WARNING: line length of 81 exceeds 80 columns #17157: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:550: + if (likely(!memcmp(&info, &info2, sizeof(info)))) WARNING: line length of 93 exceeds 80 columns #17163: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:556: + dev_err(dev, "Write to qid map table entry %hu failed\n", i); WARNING: line length of 95 exceeds 80 columns #17193: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:586: + reg = NBL_PCOMPLETER_QID_MAP_REG_ARR(qid_map_select, param->start + i); WARNING: line length of 84 exceeds 80 columns #17194: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:587: + nbl_hw_write_regs(hw_mgt, reg, (u8 *)(&info), sizeof(info)); WARNING: line length of 93 exceeds 80 columns #17195: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:588: + nbl_hw_read_regs(hw_mgt, reg, (u8 *)(&info_data), sizeof(info_data)); WARNING: line length of 85 exceeds 80 columns #17225: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:618: +static int nbl_hw_cfg_ipro_queue_tbl(void *priv, u16 queue_id, u16 vsi_id, u8 enable) WARNING: line length of 90 exceeds 80 columns #17257: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:650: + (u8 *)&dpsport, sizeof(struct nbl_ipro_dn_src_port_tbl)); WARNING: line length of 83 exceeds 80 columns #17266: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:659: + (u8 *)&dpsport, sizeof(struct nbl_ipro_dn_src_port_tbl)); WARNING: line length of 90 exceeds 80 columns #17271: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:664: +static int nbl_hw_set_vnet_queue_info(void *priv, struct nbl_vnet_queue_info_param *param, WARNING: line length of 83 exceeds 80 columns #17274: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:667: + struct nbl_hw_mgt_leonis *hw_mgt_leonis = (struct nbl_hw_mgt_leonis *)priv; WARNING: line length of 84 exceeds 80 columns #17331: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:724: + (u8 *)&queue_reset_done, sizeof(queue_reset_done)); WARNING: line length of 99 exceeds 80 columns #17334: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:727: + nbl_debug(common, NBL_DEBUG_QUEUE, "dvn:%u cfg reset succedd, wait %d 5ns\n", queue_id, i); WARNING: line length of 84 exceeds 80 columns #17363: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:756: + (u8 *)&queue_reset_done, sizeof(queue_reset_done)); WARNING: line length of 99 exceeds 80 columns #17366: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:759: + nbl_debug(common, NBL_DEBUG_QUEUE, "uvn:%u cfg reset succedd, wait %d 5ns\n", queue_id, i); WARNING: line length of 96 exceeds 80 columns #17370: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:763: +static int nbl_hw_restore_dvn_context(void *priv, u16 queue_id, u16 split, u16 last_avail_index) WARNING: line length of 98 exceeds 80 columns #17382: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:775: + nbl_hw_write_regs(hw_mgt, NBL_DVN_QUEUE_CXT_TABLE_ARR(queue_id), (u8 *)&cxt, sizeof(cxt)); WARNING: line length of 96 exceeds 80 columns #17389: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:782: +static int nbl_hw_restore_uvn_context(void *priv, u16 queue_id, u16 split, u16 last_avail_index) WARNING: line length of 98 exceeds 80 columns #17401: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:794: + nbl_hw_write_regs(hw_mgt, NBL_UVN_QUEUE_CXT_TABLE_ARR(queue_id), (u8 *)&cxt, sizeof(cxt)); WARNING: line length of 83 exceeds 80 columns #17411: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:804: + struct nbl_queue_cfg_param *queue_cfg = (struct nbl_queue_cfg_param *)data; WARNING: line length of 95 exceeds 80 columns #17414: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:807: + nbl_hw_read_regs(hw_mgt, NBL_DVN_QUEUE_TABLE_ARR(queue_id), (u8 *)&info, sizeof(info)); WARNING: line length of 83 exceeds 80 columns #17429: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:822: + struct nbl_queue_cfg_param *queue_cfg = (struct nbl_queue_cfg_param *)data; WARNING: line length of 95 exceeds 80 columns #17432: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:825: + nbl_hw_read_regs(hw_mgt, NBL_UVN_QUEUE_TABLE_ARR(queue_id), (u8 *)&info, sizeof(info)); WARNING: line length of 83 exceeds 80 columns #17449: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:842: + struct nbl_queue_cfg_param *queue_cfg = (struct nbl_queue_cfg_param *)data; WARNING: line length of 96 exceeds 80 columns #17462: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:855: + nbl_hw_write_regs(hw_mgt, NBL_DVN_QUEUE_TABLE_ARR(queue_id), (u8 *)&info, sizeof(info)); WARNING: line length of 83 exceeds 80 columns #17470: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:863: + struct nbl_queue_cfg_param *queue_cfg = (struct nbl_queue_cfg_param *)data; WARNING: line length of 96 exceeds 80 columns #17483: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:876: + nbl_hw_write_regs(hw_mgt, NBL_UVN_QUEUE_TABLE_ARR(queue_id), (u8 *)&info, sizeof(info)); WARNING: line length of 81 exceeds 80 columns #17532: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:920: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_SHA2NET_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 81 exceeds 80 columns #17540: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:928: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_NET2SHA_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 81 exceeds 80 columns #17551: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:939: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_NET2SHA_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 81 exceeds 80 columns #17560: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:948: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_SHA2NET_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 84 exceeds 80 columns #17564: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:952: +static int nbl_hw_set_shaping(void *priv, u16 func_id, u64 total_tx_rate, u64 burst, WARNING: line length of 89 exceeds 80 columns #17574: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:962: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_SHA2NET_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 89 exceeds 80 columns #17578: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:966: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_NET2SHA_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 89 exceeds 80 columns #17604: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:992: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_SHA2NET_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 89 exceeds 80 columns #17608: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:996: + nbl_hw_write_regs(hw_mgt, NBL_DSCH_VN_NET2SHA_MAP_TABLE_REG_ARR(func_id), WARNING: line length of 82 exceeds 80 columns #17633: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1021: + nbl_hw_read_regs(hw_mgt, NBL_UCAR_FLOW_REG(index), WARNING: line length of 86 exceeds 80 columns #17634: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1022: + (u8 *)&ucar_flow, sizeof(ucar_flow)); WARNING: line length of 87 exceeds 80 columns #17673: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1061: +static int nbl_hw_cfg_dsch_net_to_group(void *priv, u16 func_id, u16 group_id, u16 vld) WARNING: line length of 82 exceeds 80 columns #17685: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1073: +static int nbl_hw_cfg_epro_rss_ret(void *priv, u32 index, u8 size_type, u32 q_num, WARNING: line length of 88 exceeds 80 columns #17703: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1091: + "q_num %u exceed the rss group count %u\n", q_num, group_count); WARNING: line length of 83 exceeds 80 columns #17724: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1112: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_RET_TABLE(table_id), WARNING: line length of 83 exceeds 80 columns #17734: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1122: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_RET_TABLE(table_id), WARNING: line length of 83 exceeds 80 columns #17744: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1132: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_RET_TABLE(table_id), WARNING: line length of 83 exceeds 80 columns #17751: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1139: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_RET_TABLE(table_id), WARNING: line length of 83 exceeds 80 columns #17764: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1152: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_RET_TABLE(table_id), WARNING: line length of 83 exceeds 80 columns #17774: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1162: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_RET_TABLE(table_id), WARNING: line length of 95 exceeds 80 columns #17818: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1206: +static int nbl_hw_set_epro_rss_pt(void *priv, u16 vsi_id, u16 rss_ret_base, u16 rss_entry_size) WARNING: line length of 92 exceeds 80 columns #17837: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1225: + rss_ret_base + (NBL_EPRO_RSS_ENTRY_SIZE_UNIT << entry_size); WARNING: line length of 88 exceeds 80 columns #17843: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1231: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_PT_TABLE(vsi_id), (u8 *)&epro_rss_pt_tbl, WARNING: line length of 81 exceeds 80 columns #17846: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1234: + nbl_hw_read_regs(hw_mgt, NBL_EPRO_VPT_TABLE(vsi_id), (u8 *)&epro_vpt_tbl, WARNING: line length of 82 exceeds 80 columns #17849: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1237: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_VPT_TABLE(vsi_id), (u8 *)&epro_vpt_tbl, WARNING: line length of 88 exceeds 80 columns #17861: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1249: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_RSS_PT_TABLE(vsi_id), (u8 *)&epro_rss_pt_tbl, WARNING: line length of 81 exceeds 80 columns #17864: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1252: + nbl_hw_read_regs(hw_mgt, NBL_EPRO_VPT_TABLE(vsi_id), (u8 *)&epro_vpt_tbl, WARNING: line length of 82 exceeds 80 columns #17867: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1255: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_VPT_TABLE(vsi_id), (u8 *)&epro_vpt_tbl, WARNING: line length of 95 exceeds 80 columns #17878: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1266: + nbl_hw_read_regs(hw_mgt, NBL_DVN_QUEUE_TABLE_ARR(queue_id), (u8 *)&info, sizeof(info)); WARNING: line length of 96 exceeds 80 columns #17880: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1268: + nbl_hw_write_regs(hw_mgt, NBL_DVN_QUEUE_TABLE_ARR(queue_id), (u8 *)&info, sizeof(info)); WARNING: line length of 96 exceeds 80 columns #17889: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1277: + nbl_hw_write_regs(hw_mgt, NBL_UVN_QUEUE_TABLE_ARR(queue_id), (u8 *)&info, sizeof(info)); WARNING: line length of 84 exceeds 80 columns #17977: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1365: + queue_id, dvn_ctx.dvn_ring_wrap_counter, dvn_ctx.dvn_l1_ring_read, WARNING: line length of 99 exceeds 80 columns #17983: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1371: + return (dvn_ctx.dvn_l1_ring_read & 0x7FFF) | (dvn_ctx.dvn_ring_wrap_counter << 15); WARNING: line length of 83 exceeds 80 columns #17986: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1374: +static u16 nbl_hw_save_uvn_ctx(void *priv, u16 queue_id, u16 split, u16 queue_size) WARNING: line length of 92 exceeds 80 columns #18001: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1389: + queue_id, desc_cxt.cache_tail, desc_cxt.cache_head, queue_cxt.queue_head); WARNING: line length of 82 exceeds 80 columns #18096: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1484: + nbl_hw_write_regs(hw_mgt, NBL_UQM_RX_COS_BP_EN, (u8 *)(&uqm_rx_cos_bp_en), WARNING: line length of 94 exceeds 80 columns #18099: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1487: + /* RX bp: uqm send received loopback/emp/rdma_e/rdma_h/l4s_e/l4s_h cos bp to USTORE */ WARNING: line length of 82 exceeds 80 columns #18103: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1491: + nbl_hw_write_regs(hw_mgt, NBL_UQM_TX_COS_BP_EN, (u8 *)(&uqm_tx_cos_bp_en), WARNING: line length of 84 exceeds 80 columns #18117: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1505: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_PORT_PRI_MDF_EN, (u8 *)(&pri_mdf_en_cfg), WARNING: line length of 89 exceeds 80 columns #18129: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1517: + (u8 *)(&ustore_port_fc_th), sizeof(ustore_port_fc_th)); WARNING: line length of 90 exceeds 80 columns #18138: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1526: + nbl_hw_write_regs(hw_mgt, NBL_USTORE_COS_FC_TH_REG_ARR(i * 8 + j), WARNING: line length of 95 exceeds 80 columns #18139: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1527: + (u8 *)(&ustore_cos_fc_th), sizeof(ustore_cos_fc_th)); WARNING: line length of 83 exceeds 80 columns #18145: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1533: + nbl_hw_write_regs(hw_mgt, NBL_EPRO_SCH_COS_MAP_TABLE(i, j), WARNING: line length of 86 exceeds 80 columns #18152: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1540: + /* upstream: when pfc_mode is 802.1p, vlan pri -> sch_cos map table */ WARNING: line length of 81 exceeds 80 columns #18178: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1875: +static void nbl_hw_set_promisc_mode(void *priv, u16 vsi_id, u16 eth_id, u16 mode) WARNING: line length of 82 exceeds 80 columns #18210: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1913: + (u8 *)&dpsport, sizeof(struct nbl_ipro_dn_src_port_tbl)); WARNING: line length of 83 exceeds 80 columns #18217: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1920: + (u8 *)&dpsport, sizeof(struct nbl_ipro_dn_src_port_tbl)); WARNING: line length of 82 exceeds 80 columns #18228: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1931: + (u8 *)&dpsport, sizeof(struct nbl_ipro_dn_src_port_tbl)); WARNING: line length of 83 exceeds 80 columns #18233: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:1936: + (u8 *)&dpsport, sizeof(struct nbl_ipro_dn_src_port_tbl)); WARNING: line length of 96 exceeds 80 columns #18255: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:2239: + nbl_hw_write_regs(priv, NBL_UVN_DESC_WR_TIMEOUT, (u8 *)&wr_timeout, sizeof(wr_timeout)); WARNING: line length of 97 exceeds 80 columns #18265: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:2285: +static int nbl_hw_get_uvn_pkt_drop_stats(void *priv, u16 global_queue_id, u32 *uvn_stat_pkt_drop) WARNING: line length of 89 exceeds 80 columns #18267: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:2287: + *uvn_stat_pkt_drop = nbl_hw_rd32(priv, NBL_UVN_STATIS_PKT_DROP(global_queue_id)); WARNING: line length of 82 exceeds 80 columns #18272: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:2292: + struct nbl_ustore_stats *ustore_stats) WARNING: line length of 98 exceeds 80 columns #18276: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:2296: + ustore_stats->rx_drop_packets = nbl_hw_rd32(hw_mgt, NBL_USTORE_BUF_PORT_DROP_PKT(eth_id)); WARNING: line length of 98 exceeds 80 columns #18277: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_hw_leonis.c:2297: + ustore_stats->rx_trun_packets = nbl_hw_rd32(hw_mgt, NBL_USTORE_BUF_PORT_TRUN_PKT(eth_id)); WARNING: line length of 96 exceeds 80 columns #22258: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:10: +static int nbl_res_queue_reset_uvn_pkt_drop_stats(void *priv, u16 func_id, u16 global_queue_id); WARNING: line length of 88 exceeds 80 columns #22296: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:48: +static int nbl_res_queue_setup_queue_info(struct nbl_resource_mgt *res_mgt, u16 func_id, WARNING: line length of 82 exceeds 80 columns #22308: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:60: + "Setup qid map, func_id:%d, num_queues:%d", func_id, num_queues); WARNING: line length of 85 exceeds 80 columns #22316: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:68: + queues_context = kcalloc(num_queues * 2, sizeof(txrx_queues[0]), GFP_ATOMIC); WARNING: line length of 88 exceeds 80 columns #22322: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:74: + uvn_stat_pkt_drop = kcalloc(num_queues, sizeof(*uvn_stat_pkt_drop), GFP_ATOMIC); WARNING: line length of 100 exceeds 80 columns #22334: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:86: + queue_index = find_first_zero_bit(queue_mgt->txrx_queue_bitmap, NBL_MAX_TXRX_QUEUE); WARNING: line length of 90 exceeds 80 columns #22360: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:112: +static void nbl_res_queue_remove_queue_info(struct nbl_resource_mgt *res_mgt, u16 func_id) WARNING: line length of 84 exceeds 80 columns #22367: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:119: + clear_bit(queue_info->txrx_queues[i], queue_mgt->txrx_queue_bitmap); WARNING: line length of 87 exceeds 80 columns #22384: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:136: + return (notify_addr_h << NBL_QID_MAP_NOTIFY_ADDR_LOW_PART_LEN) | notify_addr_l; WARNING: line length of 87 exceeds 80 columns #22387: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:139: +static void nbl_res_queue_set_qid_map_table(struct nbl_resource_mgt *res_mgt, u16 tail) WARNING: line length of 81 exceeds 80 columns #22409: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:161: + hw_ops->set_qid_map_ready(NBL_RES_MGT_TO_HW_PRIV(res_mgt), true); WARNING: line length of 91 exceeds 80 columns #22416: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:168: +int nbl_res_queue_setup_qid_map_table_leonis(struct nbl_resource_mgt *res_mgt, u16 func_id, WARNING: line length of 87 exceeds 80 columns #22433: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:185: + WARN_ON(key == nbl_res_queue_qid_map_key(queue_mgt->qid_map_table[i])); WARNING: line length of 83 exceeds 80 columns #22434: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:186: + if (key < nbl_res_queue_qid_map_key(queue_mgt->qid_map_table[i])) { WARNING: line length of 94 exceeds 80 columns #22440: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:192: + nbl_err(common, NBL_DEBUG_QUEUE, "No valid qid map key for func %d", func_id); WARNING: line length of 98 exceeds 80 columns #22445: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:197: + * We have to make sure that this range (0, tail) can cover all the changes, which need to WARNING: line length of 98 exceeds 80 columns #22446: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:198: + * consider all the two tables. Therefore, it is necessary to store each table's tail, and WARNING: line length of 82 exceeds 80 columns #22447: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:199: + * always use the larger one between this table's tail and the added tail. WARNING: line length of 86 exceeds 80 columns #22450: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:202: + * Step 1: del some entries, which happens on table 1, and each table could be WARNING: line length of 94 exceeds 80 columns #22454: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:206: + * Step 2: add 2 entries, which happens on table 0, if we use 16 + 2 as the tail, then WARNING: line length of 82 exceeds 80 columns #22458: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:210: + * And this is definitely wrong, it should use 32, table 0's original tail WARNING: line length of 94 exceeds 80 columns #22463: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:215: + queue_mgt->qid_map_tail[queue_mgt->qid_map_select] = queue_mgt->total_qid_map_entries; WARNING: line length of 84 exceeds 80 columns #22466: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:218: + for (i = NBL_QID_MAP_TABLE_ENTRIES - qid_map_entries; i > qid_map_base; i--) WARNING: line length of 100 exceeds 80 columns #22467: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:219: + queue_mgt->qid_map_table[i - 1 + qid_map_entries] = queue_mgt->qid_map_table[i - 1]; WARNING: line length of 84 exceeds 80 columns #22472: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:224: + qid_map.notify_addr_h = key >> NBL_QID_MAP_NOTIFY_ADDR_LOW_PART_LEN; WARNING: line length of 93 exceeds 80 columns #22483: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:235: +void nbl_res_queue_remove_qid_map_table_leonis(struct nbl_resource_mgt *res_mgt, u16 func_id) WARNING: line length of 84 exceeds 80 columns #22497: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:249: + if (key == nbl_res_queue_qid_map_key(queue_mgt->qid_map_table[i])) { WARNING: line length of 94 exceeds 80 columns #22503: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:255: + nbl_err(common, NBL_DEBUG_QUEUE, "No valid qid map key for func %d", func_id); WARNING: line length of 98 exceeds 80 columns #22508: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:260: + * We have to make sure that this range (0, tail) can cover all the changes, which need to WARNING: line length of 98 exceeds 80 columns #22509: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:261: + * consider all the two tables. Therefore, it is necessary to store each table's tail, and WARNING: line length of 90 exceeds 80 columns #22510: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:262: + * always use the larger one between this table's tail and the driver-stored tail. WARNING: line length of 86 exceeds 80 columns #22513: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:265: + * Step 1: del some entries, which happens on table 1, and each table could be WARNING: line length of 90 exceeds 80 columns #22517: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:269: + * Step 2: del 2 entries, which happens on table 0, if we use 16 as the tail, then WARNING: line length of 82 exceeds 80 columns #22521: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:273: + * And this is definitely wrong, it should use 32, table 0's original tail WARNING: line length of 94 exceeds 80 columns #22526: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:278: + queue_mgt->qid_map_tail[queue_mgt->qid_map_select] = queue_mgt->total_qid_map_entries; WARNING: line length of 84 exceeds 80 columns #22531: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:283: + for (i = qid_map_base; i < NBL_QID_MAP_TABLE_ENTRIES - qid_map_entries; i++) WARNING: line length of 92 exceeds 80 columns #22532: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:284: + queue_mgt->qid_map_table[i] = queue_mgt->qid_map_table[i + qid_map_entries]; WARNING: line length of 95 exceeds 80 columns #22540: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:292: +nbl_res_queue_get_rss_ret_base(struct nbl_resource_mgt *res_mgt, u16 count, u16 rss_entry_size, WARNING: line length of 91 exceeds 80 columns #22555: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:307: + (vsi_info->vsi_index == NBL_VSI_DATA || vsi_info->vsi_index == NBL_VSI_USER)) { WARNING: line length of 81 exceeds 80 columns #22620: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:372: + ret = hw_ops->cfg_ipro_queue_tbl(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 89 exceeds 80 columns #22621: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:373: + queue_info->txrx_queues[i], vsi_id, 1); WARNING: line length of 91 exceeds 80 columns #22624: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:376: + hw_ops->cfg_ipro_queue_tbl(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 94 exceeds 80 columns #22625: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:377: + queue_info->txrx_queues[i], 0, 0); WARNING: line length of 97 exceeds 80 columns #22651: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:403: + i < vsi_info->queue_offset + vsi_info->queue_num && i < queue_info->num_txrx_queues; WARNING: line length of 81 exceeds 80 columns #22668: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:420: + rss_entry_size = (vsi_info->queue_num + NBL_EPRO_RSS_ENTRY_SIZE_UNIT - 1) WARNING: line length of 87 exceeds 80 columns #22674: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:426: + ret = nbl_res_queue_get_rss_ret_base(res_mgt, count, rss_entry_size, vsi_info); WARNING: line length of 83 exceeds 80 columns #22710: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:462: + struct nbl_txrx_queue_param *queue_param, WARNING: line length of 90 exceeds 80 columns #22718: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:470: + cfg_param->global_queue_id = queue_info->txrx_queues[queue_param->local_queue_id]; WARNING: line length of 100 exceeds 80 columns #22734: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:486: +static void nbl_res_queue_update_netid_refnum(struct nbl_queue_mgt *queue_mgt, u16 net_id, bool add) WARNING: line length of 100 exceeds 80 columns #22742: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:494: + /* probe call clear_queue first, so judge nor zero to support disable dsch more than WARNING: line length of 86 exceeds 80 columns #22750: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:502: +static u16 nbl_res_queue_get_netid_refnum(struct nbl_queue_mgt *queue_mgt, u16 net_id) WARNING: line length of 84 exceeds 80 columns #22789: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:541: + hw_ops->set_vnet_queue_info(NBL_RES_MGT_TO_HW_PRIV(res_mgt), ¶m, WARNING: line length of 82 exceeds 80 columns #22790: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:542: + NBL_PAIR_ID_GET_TX(global_queue_id)); WARNING: line length of 88 exceeds 80 columns #22791: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:543: + hw_ops->reset_dvn_cfg(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue_id); WARNING: line length of 84 exceeds 80 columns #22793: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:545: + hw_ops->restore_dvn_context(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 87 exceeds 80 columns #22794: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:546: + global_queue_id, queue_cfg->split, WARNING: line length of 86 exceeds 80 columns #22800: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:552: + global_queue_id, vsi_info->net_id, 1); WARNING: line length of 84 exceeds 80 columns #22803: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:555: + hw_ops->set_vnet_queue_info(NBL_RES_MGT_TO_HW_PRIV(res_mgt), ¶m, WARNING: line length of 82 exceeds 80 columns #22804: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:556: + NBL_PAIR_ID_GET_RX(global_queue_id)); WARNING: line length of 88 exceeds 80 columns #22805: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:557: + hw_ops->reset_uvn_cfg(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue_id); WARNING: line length of 90 exceeds 80 columns #22806: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:558: + nbl_res_queue_reset_uvn_pkt_drop_stats(res_mgt, func_id, global_queue_id); WARNING: line length of 84 exceeds 80 columns #22808: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:560: + hw_ops->restore_uvn_context(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 87 exceeds 80 columns #22809: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:561: + global_queue_id, queue_cfg->split, WARNING: line length of 89 exceeds 80 columns #22816: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:568: +static void nbl_res_queue_remove_all_hw_dq(struct nbl_resource_mgt *res_mgt, u16 func_id, WARNING: line length of 95 exceeds 80 columns #22822: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:574: + u16 start = vsi_info->queue_offset, end = vsi_info->queue_offset + vsi_info->queue_num; WARNING: line length of 86 exceeds 80 columns #22829: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:581: + hw_ops->lso_dsch_drain(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 83 exceeds 80 columns #22830: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:582: + hw_ops->disable_dvn(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 83 exceeds 80 columns #22836: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:588: + hw_ops->disable_uvn(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 87 exceeds 80 columns #22837: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:589: + hw_ops->rsc_cache_drain(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 85 exceeds 80 columns #22853: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:605: + hw_ops->reset_uvn_cfg(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 87 exceeds 80 columns #22854: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:606: + nbl_res_queue_reset_uvn_pkt_drop_stats(res_mgt, func_id, global_queue); WARNING: line length of 85 exceeds 80 columns #22855: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:607: + hw_ops->reset_dvn_cfg(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 81 exceeds 80 columns #22861: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:613: + NBL_PAIR_ID_GET_RX(global_queue)); WARNING: line length of 81 exceeds 80 columns #22863: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:615: + NBL_PAIR_ID_GET_TX(global_queue)); WARNING: line length of 91 exceeds 80 columns #22901: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:653: +static int nbl_res_queue_init_epro_vpt_table(struct nbl_resource_mgt *res_mgt, u16 func_id) WARNING: line length of 89 exceeds 80 columns #22904: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:656: + struct nbl_sriov_info *sriov_info = &NBL_RES_MGT_TO_SRIOV_INFO(res_mgt)[func_id]; WARNING: line length of 88 exceeds 80 columns #22909: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:661: + vsi_id = nbl_res_func_id_to_vsi_id(res_mgt, func_id, NBL_VSI_SERV_PF_DATA_TYPE); WARNING: line length of 90 exceeds 80 columns #22914: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:666: + for (i = NBL_VSI_SERV_PF_DATA_TYPE; i <= NBL_VSI_SERV_PF_USER_TYPE; i++) { WARNING: line length of 91 exceeds 80 columns #22916: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:668: + hw_ops->init_epro_vpt_tbl(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vsi_id); WARNING: line length of 96 exceeds 80 columns #22920: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:672: + vf_vsi_id = nbl_res_pfvfid_to_vsi_id(res_mgt, pfid, vfid, NBL_VSI_DATA); WARNING: line length of 94 exceeds 80 columns #22924: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:676: + hw_ops->init_epro_vpt_tbl(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vf_vsi_id); WARNING: line length of 81 exceeds 80 columns #22931: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:683: +static int nbl_res_queue_init_ipro_dn_sport_tbl(struct nbl_resource_mgt *res_mgt, WARNING: line length of 83 exceeds 80 columns #22932: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:684: + u16 func_id, u16 bmode, bool binit) WARNING: line length of 89 exceeds 80 columns #22936: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:688: + struct nbl_sriov_info *sriov_info = &NBL_RES_MGT_TO_SRIOV_INFO(res_mgt)[func_id]; WARNING: line length of 88 exceeds 80 columns #22941: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:693: + vsi_id = nbl_res_func_id_to_vsi_id(res_mgt, func_id, NBL_VSI_SERV_PF_DATA_TYPE); WARNING: line length of 86 exceeds 80 columns #22948: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:700: + hw_ops->cfg_ipro_dn_sport_tbl(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 89 exceeds 80 columns #22949: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:701: + vsi_id + i, eth_id, bmode, binit); WARNING: line length of 96 exceeds 80 columns #22952: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:704: + vf_vsi_id = nbl_res_pfvfid_to_vsi_id(res_mgt, pfid, vfid, NBL_VSI_DATA); WARNING: line length of 86 exceeds 80 columns #22956: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:708: + hw_ops->cfg_ipro_dn_sport_tbl(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 89 exceeds 80 columns #22957: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:709: + vf_vsi_id, eth_id, bmode, binit); WARNING: line length of 84 exceeds 80 columns #22968: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:720: + return nbl_res_queue_init_ipro_dn_sport_tbl(res_mgt, func_id, bmode, false); WARNING: line length of 81 exceeds 80 columns #22978: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:730: +static int nbl_res_queue_alloc_txrx_queues(void *priv, u16 vsi_id, u16 queue_num) WARNING: line length of 86 exceeds 80 columns #22991: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:743: + ret = nbl_res_queue_setup_qid_map_table_leonis(res_mgt, func_id, notify_addr); WARNING: line length of 96 exceeds 80 columns #23012: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:764: +static int nbl_res_queue_setup_queue(void *priv, struct nbl_txrx_queue_param *param, bool is_tx) WARNING: line length of 82 exceeds 80 columns #23056: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:808: + vsi_info->net_id = nbl_res_queue_get_net_id(func_id, vsi_info->vsi_index); WARNING: line length of 100 exceeds 80 columns #23069: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:821: + u16 group_id = nbl_res_vsi_id_to_eth_id(res_mgt, vsi_id); /* group_id is same with eth_id */ WARNING: line length of 92 exceeds 80 columns #23082: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:834: + hw_ops->deactive_shaping(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vsi_info->net_id); WARNING: line length of 99 exceeds 80 columns #23085: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:837: + queue_info->txrx_queues[i], vsi_info->net_id, vld); WARNING: line length of 86 exceeds 80 columns #23086: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:838: + nbl_res_queue_update_netid_refnum(queue_mgt, vsi_info->net_id, false); WARNING: line length of 84 exceeds 80 columns #23090: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:842: + ret = hw_ops->cfg_dsch_net_to_group(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 99 exceeds 80 columns #23099: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:851: + queue_info->txrx_queues[i], vsi_info->net_id, vld); WARNING: line length of 90 exceeds 80 columns #23100: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:852: + hw_ops->active_shaping(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vsi_info->net_id); WARNING: line length of 85 exceeds 80 columns #23101: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:853: + nbl_res_queue_update_netid_refnum(queue_mgt, vsi_info->net_id, true); WARNING: line length of 92 exceeds 80 columns #23107: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:859: +static int nbl_res_queue_setup_cqs(void *priv, u16 vsi_id, u16 real_qps, bool rss_indir_set) WARNING: line length of 98 exceeds 80 columns #23130: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:882: + queue_info->txrx_queues + vsi_info->queue_offset, NULL); WARNING: line length of 91 exceeds 80 columns #23134: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:886: + vsi_info->rss_ret_base, vsi_info->rss_entry_size); WARNING: line length of 88 exceeds 80 columns #23195: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:947: + nbl_res_queue_init_ipro_dn_sport_tbl(res_mgt, i, BRIDGE_MODE_VEB, true); WARNING: line length of 88 exceeds 80 columns #23205: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:957: +static u16 nbl_res_queue_get_local_queue_id(void *priv, u16 vsi_id, u16 global_queue_id) WARNING: line length of 82 exceeds 80 columns #23223: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:975: +static u16 nbl_res_queue_get_vsi_global_qid(void *priv, u16 vsi_id, u16 local_qid) WARNING: line length of 91 exceeds 80 columns #23236: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:988: +static void nbl_res_queue_get_rxfh_indir_size(void *priv, u16 vsi_id, u32 *rxfh_indir_size) WARNING: line length of 84 exceeds 80 columns #23245: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:997: + *rxfh_indir_size = NBL_EPRO_RSS_ENTRY_SIZE_UNIT << vsi_info->rss_entry_size; WARNING: line length of 97 exceeds 80 columns #23248: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1000: +static int nbl_res_queue_set_rxfh_indir(void *priv, u16 vsi_id, const u32 *indir, u32 indir_size) WARNING: line length of 86 exceeds 80 columns #23272: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1024: + rss_ret[i] = nbl_res_queue_get_vsi_global_qid(res_mgt, vsi_id, WARNING: line length of 94 exceeds 80 columns #23273: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1025: + vsi_info->queue_offset + WARNING: line length of 91 exceeds 80 columns #23284: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1036: + vsi_info->rss_ret_base, vsi_info->rss_entry_size); WARNING: line length of 88 exceeds 80 columns #23340: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1092: + struct nbl_adapt_desc_gother *adapt_desc_gother = &queue_mgt->adapt_desc_gother; WARNING: line length of 94 exceeds 80 columns #23351: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1103: + uvn_desc_rd_entry = hw_ops->get_uvn_desc_entry_stats(NBL_RES_MGT_TO_HW_PRIV(res_mgt)); WARNING: line length of 90 exceeds 80 columns #23359: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1111: + hw_ops->set_uvn_desc_wr_timeout(NBL_RES_MGT_TO_HW_PRIV(res_mgt), timeout); WARNING: line length of 88 exceeds 80 columns #23368: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1120: + struct nbl_adapt_desc_gother *adapt_desc_gother = &queue_mgt->adapt_desc_gother; WARNING: line length of 86 exceeds 80 columns #23373: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1125: + NBL_ADAPT_DESC_GOTHER_LEVEL1_TIMEOUT); WARNING: line length of 92 exceeds 80 columns #23382: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1134: + u16 vsi_id = nbl_res_func_id_to_vsi_id(res_mgt, func_id, NBL_VSI_SERV_VF_DATA_TYPE); WARNING: line length of 90 exceeds 80 columns #23389: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1141: +nbl_res_queue_stop_abnormal_hw_queue(void *priv, u16 vsi_id, u16 local_queue_id, int type) WARNING: line length of 86 exceeds 80 columns #23401: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1153: + hw_ops->lso_dsch_drain(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 83 exceeds 80 columns #23402: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1154: + hw_ops->disable_dvn(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 85 exceeds 80 columns #23404: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1156: + hw_ops->reset_dvn_cfg(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 83 exceeds 80 columns #23407: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1159: + hw_ops->disable_uvn(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 87 exceeds 80 columns #23408: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1160: + hw_ops->rsc_cache_drain(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 85 exceeds 80 columns #23410: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1162: + hw_ops->reset_uvn_cfg(NBL_RES_MGT_TO_HW_PRIV(res_mgt), global_queue); WARNING: line length of 87 exceeds 80 columns #23411: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1163: + nbl_res_queue_reset_uvn_pkt_drop_stats(res_mgt, func_id, global_queue); WARNING: line length of 85 exceeds 80 columns #23420: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1172: +static int nbl_res_queue_set_tx_rate(void *priv, u16 func_id, int tx_rate, int burst) WARNING: line length of 88 exceeds 80 columns #23432: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1184: + vsi_id = nbl_res_func_id_to_vsi_id(res_mgt, func_id, NBL_VSI_SERV_VF_DATA_TYPE); WARNING: line length of 87 exceeds 80 columns #23457: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1209: + queue_id = queue_info->txrx_queues[i + vsi_info->queue_offset]; WARNING: line length of 88 exceeds 80 columns #23458: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1210: + is_active |= hw_ops->check_q2tc(NBL_RES_MGT_TO_HW_PRIV(res_mgt), WARNING: line length of 94 exceeds 80 columns #23463: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1215: + return hw_ops->set_shaping(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vsi_info->net_id, tx_rate, WARNING: line length of 85 exceeds 80 columns #23467: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1219: +static int nbl_res_queue_set_rx_rate(void *priv, u16 func_id, int rx_rate, int burst) WARNING: line length of 81 exceeds 80 columns #23500: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1252: + return hw_ops->set_ucar(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vsi_id, rx_rate, WARNING: line length of 98 exceeds 80 columns #23504: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1256: +static void nbl_res_queue_get_active_func_bitmaps(void *priv, unsigned long *bitmap, int max_func) WARNING: line length of 95 exceeds 80 columns #23519: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1271: +static int nbl_res_queue_reset_uvn_pkt_drop_stats(void *priv, u16 func_id, u16 global_queue_id) WARNING: line length of 92 exceeds 80 columns #23524: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1276: + u16 vsi_id = nbl_res_func_id_to_vsi_id(res_mgt, func_id, NBL_VSI_SERV_PF_DATA_TYPE); WARNING: line length of 92 exceeds 80 columns #23527: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1279: + local_queue_id = nbl_res_queue_get_local_queue_id(res_mgt, vsi_id, global_queue_id); WARNING: line length of 87 exceeds 80 columns #23533: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1285: + u16 num_queues, u32 *uvn_stat_pkt_drop) WARNING: line length of 91 exceeds 80 columns #23554: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1306: + queue_info->txrx_queues[i], &pkt_drop_num); WARNING: line length of 85 exceeds 80 columns #23555: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1307: + *uvn_stat_pkt_drop = pkt_drop_num - queue_info->uvn_stat_pkt_drop[i]; WARNING: line length of 97 exceeds 80 columns #23567: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1319: +#define NBL_QUEUE_OPS_TBL \ WARNING: line length of 97 exceeds 80 columns #23568: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1320: +do { \ WARNING: line length of 97 exceeds 80 columns #23569: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1321: + NBL_QUEUE_SET_OPS(alloc_txrx_queues, nbl_res_queue_alloc_txrx_queues); \ WARNING: line length of 97 exceeds 80 columns #23570: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1322: + NBL_QUEUE_SET_OPS(free_txrx_queues, nbl_res_queue_free_txrx_queues); \ WARNING: line length of 97 exceeds 80 columns #23571: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1323: + NBL_QUEUE_SET_OPS(register_vsi2q, nbl_res_queue_register_vsi2q); \ WARNING: line length of 97 exceeds 80 columns #23572: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1324: + NBL_QUEUE_SET_OPS(setup_q2vsi, nbl_res_queue_setup_q2vsi); \ WARNING: line length of 97 exceeds 80 columns #23573: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1325: + NBL_QUEUE_SET_OPS(remove_q2vsi, nbl_res_queue_remove_q2vsi); \ WARNING: line length of 97 exceeds 80 columns #23574: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1326: + NBL_QUEUE_SET_OPS(setup_rss, nbl_res_queue_setup_rss); \ WARNING: line length of 97 exceeds 80 columns #23575: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1327: + NBL_QUEUE_SET_OPS(remove_rss, nbl_res_queue_remove_rss); \ WARNING: line length of 97 exceeds 80 columns #23576: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1328: + NBL_QUEUE_SET_OPS(setup_queue, nbl_res_queue_setup_queue); \ WARNING: line length of 97 exceeds 80 columns #23577: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1329: + NBL_QUEUE_SET_OPS(remove_all_queues, nbl_res_queue_remove_all_queues); \ WARNING: line length of 97 exceeds 80 columns #23578: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1330: + NBL_QUEUE_SET_OPS(cfg_dsch, nbl_res_queue_cfg_dsch); \ WARNING: line length of 97 exceeds 80 columns #23579: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1331: + NBL_QUEUE_SET_OPS(setup_cqs, nbl_res_queue_setup_cqs); \ WARNING: line length of 97 exceeds 80 columns #23580: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1332: + NBL_QUEUE_SET_OPS(remove_cqs, nbl_res_queue_remove_cqs); \ WARNING: line length of 97 exceeds 80 columns #23581: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1333: + NBL_QUEUE_SET_OPS(queue_init, nbl_res_queue_init); \ WARNING: line length of 97 exceeds 80 columns #23582: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1334: + NBL_QUEUE_SET_OPS(get_rxfh_indir_size, nbl_res_queue_get_rxfh_indir_size); \ WARNING: line length of 97 exceeds 80 columns #23583: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1335: + NBL_QUEUE_SET_OPS(set_rxfh_indir, nbl_res_queue_set_rxfh_indir); \ WARNING: line length of 97 exceeds 80 columns #23584: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1336: + NBL_QUEUE_SET_OPS(clear_queues, nbl_res_queue_clear_queues); \ WARNING: line length of 97 exceeds 80 columns #23585: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1337: + NBL_QUEUE_SET_OPS(get_vsi_global_queue_id, nbl_res_queue_get_vsi_global_qid); \ WARNING: line length of 97 exceeds 80 columns #23586: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1338: + NBL_QUEUE_SET_OPS(adapt_desc_gother, nbl_res_queue_adapt_desc_gother); \ WARNING: line length of 97 exceeds 80 columns #23587: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1339: + NBL_QUEUE_SET_OPS(set_desc_high_throughput, nbl_res_queue_set_desc_high_throughput); \ WARNING: line length of 97 exceeds 80 columns #23588: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1340: + NBL_QUEUE_SET_OPS(flr_clear_queues, nbl_res_flr_clear_queues); \ WARNING: line length of 97 exceeds 80 columns #23589: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1341: + NBL_QUEUE_SET_OPS(get_local_queue_id, nbl_res_queue_get_local_queue_id); \ WARNING: line length of 97 exceeds 80 columns #23590: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1342: + NBL_QUEUE_SET_OPS(set_bridge_mode, nbl_res_queue_set_bridge_mode); \ WARNING: line length of 97 exceeds 80 columns #23591: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1343: + NBL_QUEUE_SET_OPS(set_tx_rate, nbl_res_queue_set_tx_rate); \ WARNING: line length of 97 exceeds 80 columns #23592: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1344: + NBL_QUEUE_SET_OPS(set_rx_rate, nbl_res_queue_set_rx_rate); \ WARNING: line length of 97 exceeds 80 columns #23593: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1345: + NBL_QUEUE_SET_OPS(stop_abnormal_hw_queue, nbl_res_queue_stop_abnormal_hw_queue); \ WARNING: line length of 97 exceeds 80 columns #23594: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1346: + NBL_QUEUE_SET_OPS(get_active_func_bitmaps, nbl_res_queue_get_active_func_bitmaps); \ WARNING: line length of 97 exceeds 80 columns #23595: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1347: + NBL_QUEUE_SET_OPS(get_uvn_pkt_drop_stats, nbl_res_queue_get_uvn_pkt_drop_stats); \ WARNING: line length of 87 exceeds 80 columns #23600: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1352: +#define NBL_QUEUE_SET_OPS(name, func) do {res_ops->NBL_NAME(name) = func; ; } while (0) WARNING: line length of 97 exceeds 80 columns #23609: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1361: +#define NBL_QUEUE_SET_OPS(name, func) \ WARNING: line length of 97 exceeds 80 columns #23610: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1362: +do { \ WARNING: line length of 97 exceeds 80 columns #23611: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1363: + (void)(func); \ WARNING: line length of 97 exceeds 80 columns #23612: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_queue_leonis.c:1364: + res_ops->NBL_NAME(name) = NULL; ; \ WARNING: line length of 83 exceeds 80 columns #23670: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_resource_leonis.c:517: + .setup_qid_map_table = nbl_res_queue_setup_qid_map_table_leonis, WARNING: line length of 84 exceeds 80 columns #23671: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_resource_leonis.c:518: + .remove_qid_map_table = nbl_res_queue_remove_qid_map_table_leonis, WARNING: line length of 91 exceeds 80 columns #23738: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_resource_leonis.h:18: +int nbl_res_queue_setup_qid_map_table_leonis(struct nbl_resource_mgt *res_mgt, u16 func_id, WARNING: line length of 94 exceeds 80 columns #23740: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_resource_leonis.h:20: +void nbl_res_queue_remove_qid_map_table_leonis(struct nbl_resource_mgt *res_mgt, u16 func_id); WARNING: line length of 97 exceeds 80 columns #23742: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_resource_leonis.h:22: + struct nbl_queue_mgt *queue_mgt, struct nbl_hw_ops *hw_ops); WARNING: line length of 84 exceeds 80 columns #23824: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_queue.c:10: +static int nbl_queue_setup_mgt(struct device *dev, struct nbl_queue_mgt **queue_mgt) WARNING: line length of 81 exceeds 80 columns #23826: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_queue.c:12: + *queue_mgt = devm_kzalloc(dev, sizeof(struct nbl_queue_mgt), GFP_KERNEL); WARNING: line length of 86 exceeds 80 columns #23833: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_queue.c:19: +static void nbl_queue_remove_mgt(struct device *dev, struct nbl_queue_mgt **queue_mgt) WARNING: line length of 83 exceeds 80 columns #23843: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_queue.c:29: + struct nbl_res_product_ops *product_ops = NBL_RES_MGT_TO_PROD_OPS(res_mgt); WARNING: line length of 86 exceeds 80 columns #23911: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_resource.c:350: +bool nbl_res_check_func_active_by_queue(struct nbl_resource_mgt *res_mgt, u16 func_id) WARNING: line length of 87 exceeds 80 columns #23938: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_resource.h:822: +bool nbl_res_check_func_active_by_queue(struct nbl_resource_mgt *res_mgt, u16 func_id); WARNING: line length of 88 exceeds 80 columns #23981: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:19: + hw_ops->set_promisc_mode(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vsi_id, eth_id, mode); WARNING: line length of 83 exceeds 80 columns #23994: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:32: + /* if pf has cfg vf-mac, and the vf has active. it can change spoof mac. */ WARNING: line length of 90 exceeds 80 columns #24000: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:38: + return hw_ops->set_spoof_check_addr(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vsi_id, mac); WARNING: line length of 82 exceeds 80 columns #24003: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:41: +static int nbl_res_set_vf_spoof_check(void *priv, u16 vsi_id, int vfid, u8 enable) WARNING: line length of 88 exceeds 80 columns #24014: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:52: + vf_vsi_id = nbl_res_pfvfid_to_vsi_id(res_mgt, pfid, vfid, NBL_VSI_DATA); WARNING: line length of 98 exceeds 80 columns #24019: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:57: + return hw_ops->set_spoof_check_enable(NBL_RES_MGT_TO_HW_PRIV(res_mgt), vf_vsi_id, enable); WARNING: line length of 99 exceeds 80 columns #24028: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:66: + vf_vsi = vfid == -1 ? vsi_id : nbl_res_pfvfid_to_vsi_id(res_mgt, pfid, vfid, NBL_VSI_DATA); WARNING: line length of 99 exceeds 80 columns #24039: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:77: + vf_vsi = vfid == -1 ? vsi_id : nbl_res_pfvfid_to_vsi_id(res_mgt, pfid, vfid, NBL_VSI_DATA); WARNING: line length of 85 exceeds 80 columns #24067: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:105: + res_mgt->resource_info->board_info.eth_speed, WARNING: line length of 84 exceeds 80 columns #24068: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:106: + res_mgt->resource_info->board_info.eth_num); WARNING: line length of 85 exceeds 80 columns #24089: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:127: +static int nbl_res_register_func_link_forced(void *priv, u16 func_id, u8 link_forced, WARNING: line length of 83 exceeds 80 columns #24093: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:131: + struct nbl_resource_info *resource_info = NBL_RES_MGT_TO_RES_INFO(res_mgt); WARNING: line length of 83 exceeds 80 columns #24107: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:145: + struct nbl_resource_info *resource_info = NBL_RES_MGT_TO_RES_INFO(res_mgt); WARNING: line length of 83 exceeds 80 columns #24120: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:158: + struct nbl_resource_info *resource_info = NBL_RES_MGT_TO_RES_INFO(res_mgt); WARNING: line length of 88 exceeds 80 columns #24133: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:171: + u16 vlan_tci, u16 vlan_proto, bool *should_notify) WARNING: line length of 83 exceeds 80 columns #24136: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:174: + struct nbl_resource_info *resource_info = NBL_RES_MGT_TO_RES_INFO(res_mgt); WARNING: line length of 81 exceeds 80 columns #24166: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:204: +#define NBL_VSI_OPS_TBL \ WARNING: line length of 81 exceeds 80 columns #24167: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:205: +do { \ WARNING: line length of 81 exceeds 80 columns #24168: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:206: + NBL_VSI_SET_OPS(init_chip_module, nbl_res_vsi_init_chip_module); \ WARNING: line length of 81 exceeds 80 columns #24169: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:207: + NBL_VSI_SET_OPS(deinit_chip_module, nbl_res_vsi_deinit_chip_module); \ WARNING: line length of 81 exceeds 80 columns #24170: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:208: + NBL_VSI_SET_OPS(vsi_init, nbl_res_vsi_init); \ WARNING: line length of 81 exceeds 80 columns #24171: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:209: + NBL_VSI_SET_OPS(set_promisc_mode, nbl_res_set_promisc_mode); \ WARNING: line length of 81 exceeds 80 columns #24172: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:210: + NBL_VSI_SET_OPS(set_spoof_check_addr, nbl_res_set_spoof_check_addr); \ WARNING: line length of 81 exceeds 80 columns #24173: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:211: + NBL_VSI_SET_OPS(set_vf_spoof_check, nbl_res_set_vf_spoof_check); \ WARNING: line length of 81 exceeds 80 columns #24174: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:212: + NBL_VSI_SET_OPS(get_vf_function_id, nbl_res_get_vf_function_id); \ WARNING: line length of 81 exceeds 80 columns #24175: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:213: + NBL_VSI_SET_OPS(get_vf_vsi_id, nbl_res_get_vf_vsi_id); \ WARNING: line length of 81 exceeds 80 columns #24176: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:214: + NBL_VSI_SET_OPS(register_func_mac, nbl_res_register_func_mac); \ WARNING: line length of 89 exceeds 80 columns #24177: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:215: + NBL_VSI_SET_OPS(register_func_link_forced, nbl_res_register_func_link_forced); \ WARNING: line length of 81 exceeds 80 columns #24178: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:216: + NBL_VSI_SET_OPS(register_func_vlan, nbl_res_register_func_vlan); \ WARNING: line length of 81 exceeds 80 columns #24179: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:217: + NBL_VSI_SET_OPS(get_link_forced, nbl_res_get_link_forced); \ WARNING: line length of 81 exceeds 80 columns #24180: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:218: + NBL_VSI_SET_OPS(register_func_rate, nbl_res_register_rate); \ WARNING: line length of 81 exceeds 80 columns #24181: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:219: + NBL_VSI_SET_OPS(register_func_trust, nbl_res_register_func_trust); \ WARNING: line length of 85 exceeds 80 columns #24227: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_vsi.c:265: +#define NBL_VSI_SET_OPS(name, func) do {res_ops->NBL_NAME(name) = func; ; } while (0) WARNING: line length of 83 exceeds 80 columns #24264: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:21: + int (*cfg_ipro_queue_tbl)(void *priv, u16 queue_id, u16 vsi_id, u8 enable); WARNING: line length of 100 exceeds 80 columns #24265: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:22: + int (*cfg_ipro_dn_sport_tbl)(void *priv, u16 vsi_id, u16 dst_eth_id, u16 bmode, bool binit); WARNING: line length of 87 exceeds 80 columns #24266: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:23: + int (*set_vnet_queue_info)(void *priv, struct nbl_vnet_queue_info_param *param, WARNING: line length of 94 exceeds 80 columns #24271: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:28: + int (*restore_dvn_context)(void *priv, u16 queue_id, u16 split, u16 last_avail_index); WARNING: line length of 94 exceeds 80 columns #24272: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:29: + int (*restore_uvn_context)(void *priv, u16 queue_id, u16 split, u16 last_avail_index); WARNING: line length of 81 exceeds 80 columns #24279: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:36: + int (*set_shaping)(void *priv, u16 func_id, u64 total_tx_rate, u64 burst, WARNING: line length of 85 exceeds 80 columns #24285: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:42: + int (*cfg_dsch_net_to_group)(void *priv, u16 func_id, u16 group_id, u16 vld); WARNING: line length of 93 exceeds 80 columns #24291: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:48: + int (*set_epro_rss_pt)(void *priv, u16 vsi_id, u16 rss_ret_base, u16 rss_entry_size); WARNING: line length of 81 exceeds 80 columns #24298: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:55: + u16 (*save_uvn_ctx)(void *priv, u16 queue_id, u16 split, u16 queue_size); WARNING: line length of 95 exceeds 80 columns #24321: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_def_hw.h:103: + int (*get_uvn_pkt_drop_stats)(void *priv, u16 global_queue_id, u32 *uvn_stat_pkt_drop); WARNING: line length of 98 exceeds 80 columns #24356: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:272: + NBL_PORT_TXRX_PAUSE_OFF = 0x4, /* used for ethtool, means ethtool close tx and rx pause */ WARNING: line length of 86 exceeds 80 columns #24363: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:279: + NBL_PORT_FEC_AUTO = 4, /* ethtool may set Auto mode, used for PF mailbox msg*/ WARNING: line length of 92 exceeds 80 columns #24390: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:307: + (BIT(NBL_PORT_CAP_FEC_OFF) | BIT(NBL_PORT_CAP_FEC_RS) | BIT(NBL_PORT_CAP_FEC_BASER)) WARNING: line length of 89 exceeds 80 columns #24391: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:308: +#define NBL_PORT_CAP_PAUSE_MASK (BIT(NBL_PORT_CAP_TX_PAUSE) | BIT(NBL_PORT_CAP_RX_PAUSE)) WARNING: line length of 99 exceeds 80 columns #24395: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:312: + (BIT(NBL_PORT_CAP_10GBASE_T) | BIT(NBL_PORT_CAP_10GBASE_KR) | BIT(NBL_PORT_CAP_10GBASE_SR)) WARNING: line length of 81 exceeds 80 columns #24402: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:319: + BIT(NBL_PORT_CAP_50GBASE_KR_PAM4) | BIT(NBL_PORT_CAP_50GBASE_SR_PAM4) |\ WARNING: line length of 85 exceeds 80 columns #24408: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:325: + BIT(NBL_PORT_CAP_100GBASE_SR2_PAM4) | BIT(NBL_PORT_CAP_100GBASE_CR2_PAM4) |\ WARNING: line length of 81 exceeds 80 columns #24415: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:332: + (BIT(NBL_PORT_CAP_50GBASE_KR_PAM4) | BIT(NBL_PORT_CAP_50GBASE_SR_PAM4) |\ WARNING: line length of 85 exceeds 80 columns #24417: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:334: + BIT(NBL_PORT_CAP_100GBASE_KR2_PAM4) | BIT(NBL_PORT_CAP_100GBASE_SR2_PAM4) |\ WARNING: line length of 97 exceeds 80 columns #24475: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:408: +#define NBL_OPS_CALL(func, para) \ WARNING: line length of 97 exceeds 80 columns #24476: FILE: drivers/net/ethernet/nebula-matrix/nbl/nbl_include/nbl_include.h:409: + ({ typeof(func) _func = (func); \ total: 1 errors, 506 warnings, 0 checks, 24177 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 90f07e0dcdb3 ("net/nebula-matrix: add vsi, queue, adminq resource definitions and implementation") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.