Home
last modified time | relevance | path

Searched full:rcvr (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/net/sctp/
Dinput.c90 struct sctp_ep_common *rcvr; in sctp_rcv() local
166 rcvr = asoc ? &asoc->base : &ep->base; in sctp_rcv()
167 sk = rcvr->sk; in sctp_rcv()
186 rcvr = &ep->base; in sctp_rcv()
218 chunk->rcvr = rcvr; in sctp_rcv()
235 if (sk != rcvr->sk) { in sctp_rcv()
236 /* Our cached sk is different from the rcvr->sk. This is in sctp_rcv()
244 sk = rcvr->sk; in sctp_rcv()
258 sctp_inq_push(&chunk->rcvr->inqueue, chunk); in sctp_rcv()
294 struct sctp_inq *inqueue = &chunk->rcvr->inqueue; in sctp_backlog_rcv()
[all …]
Dinqueue.c67 if (chunk->rcvr->dead) { in sctp_inq_push()
/kernel/linux/linux-6.6/net/sctp/
Dinput.c93 struct sctp_ep_common *rcvr; in sctp_rcv() local
171 rcvr = asoc ? &asoc->base : &ep->base; in sctp_rcv()
172 sk = rcvr->sk; in sctp_rcv()
203 chunk->rcvr = rcvr; in sctp_rcv()
220 if (sk != rcvr->sk) { in sctp_rcv()
221 /* Our cached sk is different from the rcvr->sk. This is in sctp_rcv()
229 sk = rcvr->sk; in sctp_rcv()
243 sctp_inq_push(&chunk->rcvr->inqueue, chunk); in sctp_rcv()
279 struct sctp_inq *inqueue = &chunk->rcvr->inqueue; in sctp_backlog_rcv()
281 struct sctp_ep_common *rcvr = NULL; in sctp_backlog_rcv() local
[all …]
Dinqueue.c75 if (chunk->rcvr->dead) { in sctp_inq_push()
/kernel/linux/linux-6.6/drivers/char/ipmi/
Dipmi_msghandler.c704 struct cmd_rcvr *rcvr, *rcvr2; in clean_up_interface_data() local
721 list_for_each_entry_safe(rcvr, rcvr2, &list, link) in clean_up_interface_data()
722 kfree(rcvr); in clean_up_interface_data()
1332 struct cmd_rcvr *rcvr; in _ipmi_destroy_user() local
1381 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link, in _ipmi_destroy_user()
1383 if (rcvr->user == user) { in _ipmi_destroy_user()
1384 list_del_rcu(&rcvr->link); in _ipmi_destroy_user()
1385 rcvr->next = rcvrs; in _ipmi_destroy_user()
1386 rcvrs = rcvr; in _ipmi_destroy_user()
1392 rcvr = rcvrs; in _ipmi_destroy_user()
[all …]
/kernel/linux/linux-5.10/drivers/char/ipmi/
Dipmi_msghandler.c693 struct cmd_rcvr *rcvr, *rcvr2; in clean_up_interface_data() local
710 list_for_each_entry_safe(rcvr, rcvr2, &list, link) in clean_up_interface_data()
711 kfree(rcvr); in clean_up_interface_data()
1286 struct cmd_rcvr *rcvr; in _ipmi_destroy_user() local
1334 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link, in _ipmi_destroy_user()
1336 if (rcvr->user == user) { in _ipmi_destroy_user()
1337 list_del_rcu(&rcvr->link); in _ipmi_destroy_user()
1338 rcvr->next = rcvrs; in _ipmi_destroy_user()
1339 rcvrs = rcvr; in _ipmi_destroy_user()
1345 rcvr = rcvrs; in _ipmi_destroy_user()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dmax98090.txt49 * RCVR
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dmaxim,max98090.yaml15 HPL, HPR, SPKL, SPKR, RCVL, RCVR, MICBIAS
Dnvidia,tegra-audio-max98090.yaml65 - RCVR
/kernel/linux/linux-5.10/Documentation/networking/
Drds.rst442 sent in response to a probe-ping should contain the rcvr's npaths
443 when the rcvr is mprds-capable.
445 If the rcvr is not mprds-capable, the exthdr in the ping will be
/kernel/linux/linux-6.6/Documentation/networking/
Drds.rst442 sent in response to a probe-ping should contain the rcvr's npaths
443 when the rcvr is mprds-capable.
445 If the rcvr is not mprds-capable, the exthdr in the ping will be
/kernel/linux/linux-6.6/net/rds/
Drecv.c240 * 2. rcvr of probe-ping knows the mprds_paths = min(s_npaths, r_npaths). It
241 * sends back a probe-pong with r_npaths. After that, if rcvr is the
/kernel/linux/linux-5.10/net/rds/
Drecv.c239 * 2. rcvr of probe-ping knows the mprds_paths = min(s_npaths, r_npaths). It
240 * sends back a probe-pong with r_npaths. After that, if rcvr is the
/kernel/linux/linux-6.6/drivers/usb/serial/
Dftdi_sio.h548 * B7 Error in RCVR FIFO
/kernel/linux/linux-5.10/drivers/usb/serial/
Dftdi_sio.h560 * B7 Error in RCVR FIFO
/kernel/linux/linux-5.10/include/uapi/linux/
Dserial_reg.h50 #define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */
/kernel/linux/linux-6.6/include/uapi/linux/
Dserial_reg.h55 #define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */
/kernel/linux/linux-5.10/net/mptcp/
Doptions.c99 pr_debug("MP_CAPABLE version=%x, flags=%x, optlen=%d sndr=%llu, rcvr=%llu len=%d", in mptcp_parse_option()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dmax98090.c1228 SND_SOC_DAPM_OUTPUT("RCVR"),
1420 {"RCVR", NULL, "RCV Right Out"},
/kernel/linux/linux-6.6/sound/soc/codecs/
Dmax98090.c1229 SND_SOC_DAPM_OUTPUT("RCVR"),
1421 {"RCVR", NULL, "RCV Right Out"},
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
Dsil-sii8620.h924 /* HDCP Repeater RCVR ID 0, default value: 0x00 */
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dsil-sii8620.h924 /* HDCP Repeater RCVR ID 0, default value: 0x00 */
/kernel/linux/linux-6.6/net/mptcp/
Doptions.c119 pr_debug("MP_CAPABLE version=%x, flags=%x, optlen=%d sndr=%llu, rcvr=%llu len=%d csum=%u\n", in mptcp_parse_option()
/kernel/linux/linux-6.6/include/net/sctp/
Dstructs.h621 struct sctp_ep_common *rcvr; member
/kernel/linux/linux-5.10/include/net/sctp/
Dstructs.h615 struct sctp_ep_common *rcvr; member

12