Searched refs:str_id (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 1656 char str_id[HCLGE_DBG_ID_LEN]; in hclge_dbg_dump_fd_counter() local 1680 hclge_dbg_get_func_id_str(str_id, i); in hclge_dbg_dump_fd_counter() 1682 "%s\t%llu\n", str_id, cnt); in hclge_dbg_dump_fd_counter() 2001 char content[HCLGE_DBG_INFO_LEN], str_id[HCLGE_DBG_ID_LEN]; in hclge_dbg_dump_mac_list() local 2025 result[i++] = hclge_dbg_get_func_id_str(str_id, in hclge_dbg_dump_mac_list() 2238 char content[HCLGE_DBG_VLAN_FLTR_INFO_LEN], str_id[HCLGE_DBG_ID_LEN]; in hclge_dbg_dump_vlan_filter_config() local 2272 result[j++] = hclge_dbg_get_func_id_str(str_id, i); in hclge_dbg_dump_vlan_filter_config() 2291 char str_id[HCLGE_DBG_ID_LEN], str_pvid[HCLGE_DBG_ID_LEN]; in hclge_dbg_dump_vlan_offload_config() local 2314 result[j++] = hclge_dbg_get_func_id_str(str_id, i); in hclge_dbg_dump_vlan_offload_config()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 12209 char str_id[VENDOR_ID_LEN + 1]; in bnx2x_read_fwinfo() local 12226 snprintf(str_id, VENDOR_ID_LEN + 1, "%04x", PCI_VENDOR_ID_DELL); in bnx2x_read_fwinfo() 12227 if (!strncasecmp(str_id, &vpd_data[rodi], VENDOR_ID_LEN)) { in bnx2x_read_fwinfo()
|