Home
last modified time | relevance | path

Searched refs:mesg (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.3-rc2/fs/nfsd/
A Dnfsctl.c323 char *mesg = buf; in write_filehandle() local
335 dname = mesg; in write_filehandle()
353 if (qword_get(&mesg, mesg, size)>0) in write_filehandle()
366 mesg = buf; in write_filehandle()
369 mesg[-1] = '\n'; in write_filehandle()
403 char *mesg = buf; in write_threads() local
496 mesg = buf; in write_pool_threads()
502 mesg += len; in write_pool_threads()
504 rv = mesg - buf; in write_pool_threads()
552 vers = mesg; in __write_versions()
[all …]
A Dexport.c90 if (mesg[mlen - 1] != '\n') in expkey_parse()
92 mesg[mlen-1] = 0; in expkey_parse()
492 err = get_int(mesg, &migrated); in fsloc_parse()
515 err = get_uint(mesg, &listsize); in secinfo_parse()
531 err = get_uint(mesg, &f->flags); in secinfo_parse()
580 if (mesg[mlen-1] != '\n') in svc_export_parse()
582 mesg[mlen-1] = 0; in svc_export_parse()
619 err = get_int(&mesg, &an_int); in svc_export_parse()
629 err = get_int(&mesg, &an_int); in svc_export_parse()
635 err = get_int(&mesg, &an_int); in svc_export_parse()
[all …]
/linux-6.3-rc2/drivers/spi/
A Dspi-sh.c150 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_send() argument
197 if (list_is_last(&t->transfer_list, &mesg->transfers)) { in spi_sh_send()
272 struct spi_message *mesg) in spi_sh_transfer_one_message() argument
282 list_for_each_entry(t, &mesg->transfers, transfer_list) { in spi_sh_transfer_one_message()
289 ret = spi_sh_send(ss, mesg, t); in spi_sh_transfer_one_message()
294 ret = spi_sh_receive(ss, mesg, t); in spi_sh_transfer_one_message()
298 mesg->actual_length += t->len; in spi_sh_transfer_one_message()
301 mesg->status = 0; in spi_sh_transfer_one_message()
316 mesg->status = ret; in spi_sh_transfer_one_message()
318 if (mesg->complete) in spi_sh_transfer_one_message()
[all …]
A Dspi-fsi.c425 struct spi_message *mesg) in fsi_spi_transfer_one_message() argument
428 u8 seq_slave = SPI_FSI_SEQUENCE_SEL_SLAVE(mesg->spi->chip_select + 1); in fsi_spi_transfer_one_message()
437 list_for_each_entry(transfer, &mesg->transfers, transfer_list) { in fsi_spi_transfer_one_message()
465 &mesg->transfers)) { in fsi_spi_transfer_one_message()
507 mesg->status = rc; in fsi_spi_transfer_one_message()
A Dspi.c2018 struct spi_message *mesg; in spi_finalize_current_message() local
2021 mesg = ctlr->cur_msg; in spi_finalize_current_message()
2034 spi_unmap_msg(ctlr, mesg); in spi_finalize_current_message()
2043 spi_res_release(ctlr, mesg); in spi_finalize_current_message()
2045 if (mesg->prepared && ctlr->unprepare_message) { in spi_finalize_current_message()
2046 ret = ctlr->unprepare_message(ctlr, mesg); in spi_finalize_current_message()
2053 mesg->prepared = false; in spi_finalize_current_message()
2060 trace_spi_message_done(mesg); in spi_finalize_current_message()
2062 mesg->state = NULL; in spi_finalize_current_message()
2063 if (mesg->complete) in spi_finalize_current_message()
[all …]
A Dspi-pic32-sqi.c258 struct spi_message *mesg, in pic32_sqi_one_transfer() argument
261 struct spi_device *spi = mesg->spi; in pic32_sqi_one_transfer()
/linux-6.3-rc2/net/atm/
A Dlec.c143 struct atmlec_msg *mesg; in lec_handle_bridge() local
150 mesg->type = l_topology_change; in lec_handle_bridge()
347 struct atmlec_msg *mesg; in lec_atm_send() local
356 switch (mesg->type) { in lec_atm_send()
365 mesg->content.normal.flag); in lec_atm_send()
390 mesg->sizeoftlvs); in lec_atm_send()
392 tmp, mesg->sizeoftlvs); in lec_atm_send()
449 skb_copy_to_linear_data(skb2, mesg, sizeof(*mesg)); in lec_atm_send()
513 struct atmlec_msg *mesg; in send_to_lecd() local
523 mesg->type = type; in send_to_lecd()
[all …]
A Dmpc.c860 struct k_message mesg; in send_set_mps_ctrl_addr() local
864 mesg.type = SET_MPS_CTRL_ADDR; in send_set_mps_ctrl_addr()
866 msg_to_mpoad(&mesg, mpc); in send_set_mps_ctrl_addr()
920 switch (mesg->type) { in msg_from_mpoad()
927 MPOA_trigger_rcvd(mesg, mpc); in msg_from_mpoad()
931 ingress_purge_rcvd(mesg, mpc); in msg_from_mpoad()
935 egress_purge_rcvd(mesg, mpc); in msg_from_mpoad()
939 mps_death(mesg, mpc); in msg_from_mpoad()
955 clean_up(mesg, mpc, DIE); in msg_from_mpoad()
959 clean_up(mesg, mpc, RELOAD); in msg_from_mpoad()
[all …]
/linux-6.3-rc2/drivers/misc/sgi-gru/
A Dgrukservices.c580 void *mesg) in send_noop_message() argument
586 struct message_header save_mhdr, *mhdr = mesg; in send_noop_message()
616 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, 1, 1, in send_noop_message()
638 void *mesg, int lines) in send_message_queue_full() argument
669 if (send_noop_message(cb, mqd, mesg)) { in send_message_queue_full()
707 void *mesg, int lines) in send_message_put_nacked() argument
734 ret = send_noop_message(cb, mqd, mesg); in send_message_put_nacked()
755 void *mesg, int lines) in send_message_failure() argument
771 ret = send_message_queue_full(cb, mqd, mesg, lines); in send_message_failure()
779 ret = send_message_put_nacked(cb, mqd, mesg, lines); in send_message_failure()
[all …]
A Dgrukservices.h82 void *mesg, unsigned int bytes);
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_sync.c275 struct ip_vs_sync_mesg *mesg; member
339 if (!sb->mesg) { in ip_vs_sync_buff_create()
347 sb->mesg->nr_conns = 0; in ip_vs_sync_buff_create()
348 sb->mesg->spare = 0; in ip_vs_sync_buff_create()
358 kfree(sb->mesg); in ip_vs_sync_buff_release()
419 struct ip_vs_sync_mesg_v0 *mesg; in ip_vs_sync_buff_create_v0() local
427 if (!sb->mesg) { in ip_vs_sync_buff_create_v0()
431 mesg = (struct ip_vs_sync_mesg_v0 *)sb->mesg; in ip_vs_sync_buff_create_v0()
432 mesg->nr_conns = 0; in ip_vs_sync_buff_create_v0()
690 m = buff->mesg; in ip_vs_sync_conn()
[all …]
/linux-6.3-rc2/net/sunrpc/
A Dsvcauth_unix.c178 char *mesg, int mlen) in ip_map_parse() argument
183 char *buf = mesg; in ip_map_parse()
198 if (mesg[mlen-1] != '\n') in ip_map_parse()
200 mesg[mlen-1] = 0; in ip_map_parse()
228 expiry = get_expiry(&mesg); in ip_map_parse()
478 char *mesg, int mlen) in unix_gid_parse() argument
490 if (mesg[mlen - 1] != '\n') in unix_gid_parse()
492 mesg[mlen-1] = 0; in unix_gid_parse()
494 rv = get_int(&mesg, &id); in unix_gid_parse()
500 expiry = get_expiry(&mesg); in unix_gid_parse()
[all …]
/linux-6.3-rc2/drivers/iio/dac/
A Dti-dac082s085.c52 struct spi_message mesg; member
72 return spi_sync(ti_dac->mesg.spi, &ti_dac->mesg); in ti_dac_cmd()
281 spi_message_init_with_transfers(&ti_dac->mesg, &ti_dac->xfer, 1); in ti_dac_probe()
282 ti_dac->mesg.spi = spi; in ti_dac_probe()
/linux-6.3-rc2/drivers/ata/
A Dacard-ahci.c65 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);
112 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in acard_ahci_pci_device_suspend() argument
119 if (mesg.event & PM_EVENT_SUSPEND && in acard_ahci_pci_device_suspend()
126 if (mesg.event & PM_EVENT_SLEEP) { in acard_ahci_pci_device_suspend()
137 return ata_pci_device_suspend(pdev, mesg); in acard_ahci_pci_device_suspend()
A Dpata_triflex.c198 static int triflex_ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in triflex_ata_pci_device_suspend() argument
202 ata_host_suspend(host, mesg); in triflex_ata_pci_device_suspend()
A Dpata_cs5520.c259 static int cs5520_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in cs5520_pci_device_suspend() argument
263 ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
A Dpata_macio.c853 static int pata_macio_do_suspend(struct pata_macio_priv *priv, pm_message_t mesg) in pata_macio_do_suspend() argument
856 ata_host_suspend(priv->host, mesg); in pata_macio_do_suspend()
1210 static int pata_macio_suspend(struct macio_dev *mdev, pm_message_t mesg) in pata_macio_suspend() argument
1214 return pata_macio_do_suspend(host->private_data, mesg); in pata_macio_suspend()
1314 static int pata_macio_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) in pata_macio_pci_suspend() argument
1318 return pata_macio_do_suspend(host->private_data, mesg); in pata_macio_pci_suspend()
A Dlibata-core.c5030 ap->pm_mesg = mesg; in ata_port_request_pm()
5058 static void ata_port_suspend(struct ata_port *ap, pm_message_t mesg) in ata_port_suspend() argument
5060 ata_port_request_pm(ap, mesg, 0, ata_port_suspend_ehi, false); in ata_port_suspend()
5065 ata_port_request_pm(ap, mesg, 0, ata_port_suspend_ehi, true); in ata_port_suspend_async()
5099 static void ata_port_resume(struct ata_port *ap, pm_message_t mesg) in ata_port_resume() argument
5191 void ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() argument
5193 host->dev->power.power_state = mesg; in ata_host_suspend()
6083 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend()
6107 int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in ata_pci_device_suspend() argument
6111 ata_host_suspend(host, mesg); in ata_pci_device_suspend()
[all …]
A Data_piix.c992 static int piix_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in piix_pci_device_suspend() argument
997 ata_host_suspend(host, mesg); in piix_pci_device_suspend()
1004 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) { in piix_pci_device_suspend()
1019 ata_pci_device_do_suspend(pdev, mesg); in piix_pci_device_suspend()
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dsvcauth_gss.c226 char *mesg, int mlen) in rsi_parse() argument
229 char *buf = mesg; in rsi_parse()
238 len = qword_get(&mesg, buf, mlen); in rsi_parse()
260 expiry = get_expiry(&mesg); in rsi_parse()
465 char *mesg, int mlen) in rsc_parse() argument
468 char *buf = mesg; in rsc_parse()
486 expiry = get_expiry(&mesg); in rsc_parse()
496 rv = get_int(&mesg, &id); in rsc_parse()
516 if (get_int(&mesg, &id)) in rsc_parse()
521 if (get_int(&mesg, &N)) in rsc_parse()
[all …]
/linux-6.3-rc2/drivers/gpio/
A Dgpio-max3191x.c81 struct spi_message mesg; member
130 val = spi_sync(spi, &max3191x->mesg); in max3191x_readout_locked()
417 spi_message_init_with_transfers(&max3191x->mesg, &max3191x->xfer, 1); in max3191x_probe()
/linux-6.3-rc2/drivers/video/fbdev/nvidia/
A Dnvidia.c1041 static int nvidiafb_suspend_late(struct device *dev, pm_message_t mesg) in nvidiafb_suspend_late() argument
1046 if (mesg.event == PM_EVENT_PRETHAW) in nvidiafb_suspend_late()
1047 mesg.event = PM_EVENT_FREEZE; in nvidiafb_suspend_late()
1049 par->pm_state = mesg.event; in nvidiafb_suspend_late()
1051 if (mesg.event & PM_EVENT_SLEEP) { in nvidiafb_suspend_late()
1056 dev->power.power_state = mesg; in nvidiafb_suspend_late()
/linux-6.3-rc2/include/linux/spi/
A Dspi.h626 struct spi_message *mesg);
673 struct spi_message *mesg);
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_minidump.c1298 char mesg[64]; in qlcnic_dump_fw() local
1299 char *msg[] = {mesg, NULL}; in qlcnic_dump_fw()
1390 snprintf(mesg, sizeof(mesg), "FW_DUMP=%s", adapter->netdev->name); in qlcnic_dump_fw()
/linux-6.3-rc2/include/linux/
A Dlibata.h926 int (*port_suspend)(struct ata_port *ap, pm_message_t mesg);
1093 extern void ata_host_suspend(struct ata_host *host, pm_message_t mesg);
1270 extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg);
1272 extern int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);

Completed in 88 milliseconds

12