Home
last modified time | relevance | path

Searched refs:p9pdu_prepare (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/9p/
H A Dprotocol.h16 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type);
H A Dprotocol.c741 int p9pdu_prepare(struct p9_fcall *pdu, int16_t tag, int8_t type) in p9pdu_prepare() function
H A Dclient.c649 p9pdu_prepare(&req->tc, req->tc.tag, type); in p9_client_prepare_req()