Searched refs:pdu_writew (Results 1 – 3 of 3) sorted by relevance
77 status_t pdu_writew(struct p9_fcall *pdu, uint16_t word);
68 status_t pdu_writew(struct p9_fcall *pdu, uint16_t word) in pdu_writew() function112 if ((ret = pdu_writew(pdu, len)) != NO_ERROR) in pdu_writestr()284 if ((ret = pdu_writew(&req->tc, tmsg->msg.twalk.nwname)) != NO_ERROR) in p9_proto_twalk()
90 if (pdu_writew(&req->tc, tmsg->tag) != NO_ERROR) { in p9_req_prepare()
Completed in 10 milliseconds