Searched refs:prot_id (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/firmware/arm_scmi/ |
D | driver.c | 528 int scmi_xfer_get_init(const struct scmi_handle *handle, u8 msg_id, u8 prot_id, in scmi_xfer_get_init() argument 552 xfer->hdr.protocol_id = prot_id; in scmi_xfer_get_init() 602 scmi_is_protocol_implemented(const struct scmi_handle *handle, u8 prot_id) in scmi_is_protocol_implemented() argument 611 if (info->protocols_imp[i] == prot_id) in scmi_is_protocol_implemented() 723 int prot_id, bool tx) in scmi_mbox_chan_setup() argument 783 ret = idr_alloc(idr, cinfo, prot_id, prot_id + 1, GFP_KERNEL); in scmi_mbox_chan_setup() 784 if (ret != prot_id) { in scmi_mbox_chan_setup() 794 scmi_mbox_txrx_setup(struct scmi_info *info, struct device *dev, int prot_id) in scmi_mbox_txrx_setup() argument 796 int ret = scmi_mbox_chan_setup(info, dev, prot_id, true); in scmi_mbox_txrx_setup() 799 scmi_mbox_chan_setup(info, dev, prot_id, false); in scmi_mbox_txrx_setup() [all …]
|
D | common.h | 104 int scmi_xfer_get_init(const struct scmi_handle *h, u8 msg_id, u8 prot_id,
|
/Linux-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_dcb.c | 354 dcbcfg->app[i].prot_id = (buf[offset + 1] << 0x8) | in ice_parse_ieee_app_tlv() 532 dcbcfg->app[i].prot_id = ntohs(app->protocol); in ice_parse_cee_app_tlv() 861 dcbcfg->app[app_index].prot_id = ice_app_prot_id_type; in ice_cee_to_dcb_cfg() 1208 buf[offset + 1] = (dcbcfg->app[i].prot_id >> 0x8) & 0xFF; in ice_add_ieee_app_pri_tlv() 1209 buf[offset + 2] = dcbcfg->app[i].prot_id & 0xFF; in ice_add_ieee_app_pri_tlv()
|
D | ice_flex_type.h | 8 u8 prot_id; member
|
D | ice_type.h | 313 u16 prot_id; member
|
D | ice_dcb_lib.c | 472 dcbcfg->app[0].prot_id = ICE_APP_PROT_ID_FCOE; in ice_dcb_sw_dflt_cfg()
|