Home
last modified time | relevance | path

Searched refs:lcid (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/rpmsg/
Dqcom_glink_trace.h64 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
65 TP_ARGS(remote, channel, lcid, rcid, tx),
69 __field(u16, lcid)
76 __entry->lcid = lcid;
84 __entry->lcid,
92 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
93 TP_ARGS(remote, channel, lcid, rcid, tx),
97 __field(u16, lcid)
104 __entry->lcid = lcid;
112 __entry->lcid,
[all …]
Dqcom_glink_native.c174 unsigned int lcid; member
434 channel->lcid, channel->rcid); in qcom_glink_send_open_ack()
453 channel ? channel->lcid : 0, in qcom_glink_handle_intent_req_ack()
499 channel->lcid = ret; in qcom_glink_send_open_req()
502 req->param1 = cpu_to_le16(channel->lcid); in qcom_glink_send_open_req()
507 channel->lcid, channel->rcid); in qcom_glink_send_open_req()
517 idr_remove(&glink->lcids, channel->lcid); in qcom_glink_send_open_req()
518 channel->lcid = 0; in qcom_glink_send_open_req()
530 req.param1 = cpu_to_le16(channel->lcid); in qcom_glink_send_close_req()
534 channel->lcid, channel->rcid); in qcom_glink_send_close_req()
[all …]
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dwmi.c1587 u8 lcid; in wil_find_cid_ringid_sta() local
1605 lcid = wil->ring2cid_tid[i][0]; in wil_find_cid_ringid_sta()
1606 if (lcid >= wil->max_assoc_sta) /* skip BCAST */ in wil_find_cid_ringid_sta()
1609 wil_dbg_wmi(wil, "find sta -> ringid %d cid %d\n", i, lcid); in wil_find_cid_ringid_sta()
1610 *cid = lcid; in wil_find_cid_ringid_sta()