Searched refs:riocm_post_send (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rapidio/ |
H A D | rio_cm.c | 226 static int riocm_post_send(struct cm_dev *cm, struct rio_dev *rdev, 735 static int riocm_post_send(struct cm_dev *cm, struct rio_dev *rdev, in riocm_post_send() function 825 ret = riocm_post_send(ch->cmdev, ch->rdev, buf, len); in riocm_ch_send() 991 ret = riocm_post_send(cm, peer->rdev, hdr, sizeof(*hdr)); in riocm_ch_connect() 1045 ret = riocm_post_send(ch->cmdev, ch->rdev, hdr, sizeof(*hdr)); in riocm_send_ack() 1419 ret = riocm_post_send(ch->cmdev, ch->rdev, hdr, sizeof(*hdr)); in riocm_send_close()
|