| /linux-6.15/drivers/firmware/arm_scmi/ |
| H A D | notify.c | 601 proto_id, evt_id, ktime_to_ns(ts)); in scmi_notify() 708 pd->id = proto_id; in scmi_allocate_registered_events_desc() 827 ni->registered_protocols[proto_id] = pd; in scmi_register_protocol_events() 847 u8 proto_id) in scmi_deregister_protocol_events() argument 856 pd = ni->registered_protocols[proto_id]; in scmi_deregister_protocol_events() 860 ni->registered_protocols[proto_id] = NULL; in scmi_deregister_protocol_events() 1370 evt_key = MAKE_HASH_KEY(proto_id, evt_id, in scmi_notifier_register() 1416 evt_key = MAKE_HASH_KEY(proto_id, evt_id, in scmi_notifier_unregister() 1447 u8 proto_id; member 1479 u8 proto_id, u8 evt_id, in scmi_devm_notifier_register() argument [all …]
|
| H A D | notify.h | 86 int scmi_register_protocol_events(const struct scmi_handle *handle, u8 proto_id, 90 u8 proto_id); 91 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id,
|
| /linux-6.15/drivers/target/ |
| H A D | target_core_fabric_lib.c | 348 switch (nacl->se_tpg->proto_id) { in target_get_pr_transport_id_len() 357 pr_err("Unknown proto_id: 0x%02x\n", nacl->se_tpg->proto_id); in target_get_pr_transport_id_len() 372 switch (nacl->se_tpg->proto_id) { in target_get_pr_transport_id() 385 pr_err("Unknown proto_id: 0x%02x\n", nacl->se_tpg->proto_id); in target_get_pr_transport_id() 395 switch (tpg->proto_id) { in target_parse_pr_out_transport_id() 412 pr_err("Unknown proto_id: 0x%02x\n", tpg->proto_id); in target_parse_pr_out_transport_id()
|
| H A D | target_core_tpg.c | 509 int proto_id) in core_tpg_register() argument 534 se_tpg->proto_id = proto_id; in core_tpg_register() 543 if (se_tpg->proto_id >= 0) { in core_tpg_register() 560 se_tpg->proto_id, se_tpg->se_tpg_tfo->tpg_get_tag(se_tpg)); in core_tpg_register() 575 se_tpg->proto_id, tfo->tpg_get_tag(se_tpg)); in core_tpg_deregister() 596 if (se_tpg->proto_id >= 0) { in core_tpg_deregister()
|
| H A D | target_core_spc.c | 51 spc_find_scsi_transport_vd(int proto_id) in spc_find_scsi_transport_vd() argument 53 switch (proto_id) { in spc_find_scsi_transport_vd() 66 " transport PROTOCOL IDENTIFIER %#x\n", proto_id); in spc_find_scsi_transport_vd() 144 put_unaligned_be16(spc_find_scsi_transport_vd(tpg->proto_id), &buf[60]); in spc_emulate_inquiry_std() 303 buf[off] = tpg->proto_id << 4; in spc_emulate_evpd_83() 334 buf[off] = tpg->proto_id << 4; in spc_emulate_evpd_83() 382 buf[off] = tpg->proto_id << 4; in spc_emulate_evpd_83() 422 buf[off] = tpg->proto_id << 4; in spc_emulate_evpd_83()
|
| H A D | target_core_stat.c | 793 ret = snprintf(page, PAGE_SIZE, "%u\n", tpg->proto_id); in target_stat_transport_proto_id_show() 802 CONFIGFS_ATTR_RO(target_stat_transport_, proto_id);
|
| H A D | target_core_pr.c | 1569 if (tmp_tpg->proto_id != proto_ident) in core_scsi3_decode_spec_i_port() 3270 if (proto_ident != dest_se_tpg->proto_id) { in core_scsi3_emulate_pro_register_and_move() 3274 dest_se_tpg->proto_id, in core_scsi3_emulate_pro_register_and_move() 4039 buf[off+4] = se_tpg->proto_id; in core_scsi3_pri_read_full_status()
|
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dcbx.c | 92 return !!(ethtype && (proto_id == QED_ETH_TYPE_DEFAULT)); in qed_dcbx_default_tlv() 105 return !!(port && (proto_id == QED_TCP_PORT_ISCSI)); in qed_dcbx_iscsi_tlv() 117 return !!(ethtype && (proto_id == QED_ETH_TYPE_FCOE)); in qed_dcbx_fcoe_tlv() 129 return !!(ethtype && (proto_id == QED_ETH_TYPE_ROCE)); in qed_dcbx_roce_tlv() 507 entry->proto_id = QED_MFW_GET_FIELD(p_tbl[i].entry, in qed_dcbx_get_app_data() 510 entry->proto_id, in qed_dcbx_get_app_data() 1158 *entry |= ((u32)p_params->app_entry[i].proto_id << in qed_dcbx_set_app_data() 1779 if (!entry->proto_id) { in qed_dcbnl_setapp() 2282 (entry->proto_id == app->protocol)) { in qed_dcbnl_ieee_getapp() 2345 (entry->proto_id == app->protocol)) in qed_dcbnl_ieee_setapp() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_parser.h | 229 u8 proto_id; /* protocol ID or proto group ID */ member 336 u8 proto_id; member 446 u8 proto_id; /* hardware protocol ID */ member 516 u8 proto_id; /* hardware protocol ID */ member
|
| H A D | ice_parser_rt.c | 633 &psr->proto_grp_table[rt->action->proto_id]; in ice_proto_off_update() 640 if (entry->proto_id == U8_MAX) in ice_proto_off_update() 648 rt->protocols[entry->proto_id] = true; in ice_proto_off_update() 649 rt->offsets[entry->proto_id] = po; in ice_proto_off_update() 652 entry->proto_id, po); in ice_proto_off_update() 655 rt->protocols[rt->action->proto_id] = true; in ice_proto_off_update() 656 rt->offsets[rt->action->proto_id] = rt->po; in ice_proto_off_update() 659 rt->action->proto_id, rt->po); in ice_proto_off_update() 720 rslt->po[rslt->po_num].proto_id = (u8)i; in ice_proto_off_resolve()
|
| H A D | ice_parser.c | 670 dev_info(dev, "\tproto_id = %d\n", action->proto_id); in ice_pg_cam_action_dump() 723 action->proto_id = FIELD_GET(ICE_PGCA_PID, data); in ice_pg_cam_action_init() 1567 dev_info(dev, "\tproto_id = %d\n", po->proto_id); in ice_proto_off_dump() 1599 po->proto_id = FIELD_GET(ICE_PO_PID, data); in ice_proto_off_parse() 2169 rslt->po[i].proto_id, rslt->po[i].offset); in ice_parser_result_dump() 2319 u8 *proto_id, u16 *proto_off) in ice_nearest_proto_id() argument 2329 proto = rslt->po[i].proto_id; in ice_nearest_proto_id() 2337 *proto_id = proto; in ice_nearest_proto_id() 2367 u8 proto_id = U8_MAX; in ice_parser_profile_init() local 2397 prof->fv[prof->fv_num].proto_id = proto_id; in ice_parser_profile_init() [all …]
|
| H A D | ice_virtchnl_fdir.c | 1938 return (fv_a->proto_id != fv_b->proto_id || in ice_vc_parser_fv_check_diff() 1956 fv->proto_id = fv_src->proto_id; in ice_vc_parser_fv_save()
|
| H A D | ice_flow.c | 1595 params->es[idx].prot_id = prof->fv[i].proto_id; in ice_flow_set_parser_prof()
|
| /linux-6.15/include/linux/ |
| H A D | scmi_protocol.h | 865 u8 proto_id, u8 evt_id, 871 u8 proto_id, u8 evt_id, 875 u8 proto_id, u8 evt_id,
|
| /linux-6.15/drivers/net/ethernet/intel/idpf/ |
| H A D | virtchnl2.h | 980 __le16 proto_id[] __counted_by(proto_id_count);
|
| H A D | idpf_txrx.h | 246 #define IDPF_GET_PTYPE_SIZE(p) struct_size((p), proto_id, (p)->proto_id_count)
|
| H A D | idpf_virtchnl.c | 2637 id = le16_to_cpu(ptype->proto_id[j]); in idpf_send_get_rx_ptype_msg()
|
| /linux-6.15/include/target/ |
| H A D | target_core_base.h | 934 int proto_id; member
|
| /linux-6.15/include/linux/qed/ |
| H A D | qed_if.h | 88 u16 proto_id; member
|