Searched refs:riocm_post_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio_cm.c | 226 static int riocm_post_send(struct cm_dev *cm, struct rio_dev *rdev, 724 * riocm_post_send - helper function that places packet into msg TX queue 733 static int riocm_post_send(struct cm_dev *cm, struct rio_dev *rdev, in riocm_post_send() function 823 ret = riocm_post_send(ch->cmdev, ch->rdev, buf, len); in riocm_ch_send() 989 ret = riocm_post_send(cm, peer->rdev, hdr, sizeof(*hdr)); in riocm_ch_connect() 1043 ret = riocm_post_send(ch->cmdev, ch->rdev, hdr, sizeof(*hdr)); in riocm_send_ack() 1417 ret = riocm_post_send(ch->cmdev, ch->rdev, hdr, sizeof(*hdr)); in riocm_send_close()
|
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | rio_cm.c | 226 static int riocm_post_send(struct cm_dev *cm, struct rio_dev *rdev, 724 * riocm_post_send - helper function that places packet into msg TX queue 733 static int riocm_post_send(struct cm_dev *cm, struct rio_dev *rdev, in riocm_post_send() function 823 ret = riocm_post_send(ch->cmdev, ch->rdev, buf, len); in riocm_ch_send() 989 ret = riocm_post_send(cm, peer->rdev, hdr, sizeof(*hdr)); in riocm_ch_connect() 1043 ret = riocm_post_send(ch->cmdev, ch->rdev, hdr, sizeof(*hdr)); in riocm_send_ack() 1417 ret = riocm_post_send(ch->cmdev, ch->rdev, hdr, sizeof(*hdr)); in riocm_send_close()
|
Completed in 6 milliseconds