proto_id 109 drivers/net/ethernet/qlogic/qed/qed_dcbx.c static bool qed_dcbx_default_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) proto_id 118 drivers/net/ethernet/qlogic/qed/qed_dcbx.c return !!(ethtype && (proto_id == QED_ETH_TYPE_DEFAULT)); proto_id 121 drivers/net/ethernet/qlogic/qed/qed_dcbx.c static bool qed_dcbx_iscsi_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) proto_id 131 drivers/net/ethernet/qlogic/qed/qed_dcbx.c return !!(port && (proto_id == QED_TCP_PORT_ISCSI)); proto_id 134 drivers/net/ethernet/qlogic/qed/qed_dcbx.c static bool qed_dcbx_fcoe_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) proto_id 143 drivers/net/ethernet/qlogic/qed/qed_dcbx.c return !!(ethtype && (proto_id == QED_ETH_TYPE_FCOE)); proto_id 146 drivers/net/ethernet/qlogic/qed/qed_dcbx.c static bool qed_dcbx_roce_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) proto_id 155 drivers/net/ethernet/qlogic/qed/qed_dcbx.c return !!(ethtype && (proto_id == QED_ETH_TYPE_ROCE)); proto_id 158 drivers/net/ethernet/qlogic/qed/qed_dcbx.c static bool qed_dcbx_roce_v2_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) proto_id 168 drivers/net/ethernet/qlogic/qed/qed_dcbx.c return !!(port && (proto_id == QED_UDP_PORT_TYPE_ROCE_V2)); proto_id 533 drivers/net/ethernet/qlogic/qed/qed_dcbx.c entry->proto_id = QED_MFW_GET_FIELD(p_tbl[i].entry, proto_id 536 drivers/net/ethernet/qlogic/qed/qed_dcbx.c entry->proto_id, proto_id 1187 drivers/net/ethernet/qlogic/qed/qed_dcbx.c *entry |= ((u32)p_params->app_entry[i].proto_id << proto_id 1768 drivers/net/ethernet/qlogic/qed/qed_dcbx.c if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { proto_id 1803 drivers/net/ethernet/qlogic/qed/qed_dcbx.c if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) proto_id 1806 drivers/net/ethernet/qlogic/qed/qed_dcbx.c if (!entry->proto_id) { proto_id 1819 drivers/net/ethernet/qlogic/qed/qed_dcbx.c dcbx_set.config.params.app_entry[i].proto_id = idval; proto_id 2007 drivers/net/ethernet/qlogic/qed/qed_dcbx.c dcbx_info->remote.params.app_entry[i].proto_id; proto_id 2309 drivers/net/ethernet/qlogic/qed/qed_dcbx.c (entry->proto_id == app->protocol)) { proto_id 2372 drivers/net/ethernet/qlogic/qed/qed_dcbx.c (entry->proto_id == app->protocol)) proto_id 2375 drivers/net/ethernet/qlogic/qed/qed_dcbx.c if (!entry->proto_id) { proto_id 2388 drivers/net/ethernet/qlogic/qed/qed_dcbx.c dcbx_set.config.params.app_entry[i].proto_id = app->protocol; proto_id 352 drivers/target/target_core_fabric_lib.c switch (nacl->se_tpg->proto_id) { proto_id 361 drivers/target/target_core_fabric_lib.c pr_err("Unknown proto_id: 0x%02x\n", nacl->se_tpg->proto_id); proto_id 376 drivers/target/target_core_fabric_lib.c switch (nacl->se_tpg->proto_id) { proto_id 389 drivers/target/target_core_fabric_lib.c pr_err("Unknown proto_id: 0x%02x\n", nacl->se_tpg->proto_id); proto_id 399 drivers/target/target_core_fabric_lib.c switch (tpg->proto_id) { proto_id 416 drivers/target/target_core_fabric_lib.c pr_err("Unknown proto_id: 0x%02x\n", tpg->proto_id); proto_id 1590 drivers/target/target_core_pr.c if (tmp_tpg->proto_id != proto_ident) proto_id 3269 drivers/target/target_core_pr.c if (proto_ident != dest_se_tpg->proto_id) { proto_id 3273 drivers/target/target_core_pr.c dest_se_tpg->proto_id, proto_id 3991 drivers/target/target_core_pr.c buf[off+4] = se_tpg->proto_id; proto_id 275 drivers/target/target_core_spc.c buf[off] = tpg->proto_id << 4; proto_id 306 drivers/target/target_core_spc.c buf[off] = tpg->proto_id << 4; proto_id 354 drivers/target/target_core_spc.c buf[off] = tpg->proto_id << 4; proto_id 394 drivers/target/target_core_spc.c buf[off] = tpg->proto_id << 4; proto_id 796 drivers/target/target_core_stat.c ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->proto_id); proto_id 805 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_transport_, proto_id); proto_id 449 drivers/target/target_core_tpg.c int proto_id) proto_id 474 drivers/target/target_core_tpg.c se_tpg->proto_id = proto_id; proto_id 484 drivers/target/target_core_tpg.c if (se_tpg->proto_id >= 0) { proto_id 505 drivers/target/target_core_tpg.c se_tpg->proto_id, se_tpg->se_tpg_tfo->tpg_get_tag(se_tpg)); proto_id 520 drivers/target/target_core_tpg.c se_tpg->proto_id, tfo->tpg_get_tag(se_tpg)); proto_id 545 drivers/target/target_core_tpg.c if (se_tpg->proto_id >= 0) { proto_id 109 include/linux/qed/qed_if.h u16 proto_id; proto_id 871 include/target/target_core_base.h int proto_id;