Searched refs:p9_parse_header (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/9p/ |
H A D | client.h | 283 int p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
|
/openbmc/linux/net/9p/ |
H A D | client.c | 470 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, in p9_parse_header() function 508 EXPORT_SYMBOL(p9_parse_header); 527 err = p9_parse_header(&req->rc, NULL, &type, NULL, 0); in p9_check_errors() 602 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
|
H A D | trans_rdma.c | 308 err = p9_parse_header(&c->rc, NULL, NULL, &tag, 1); in recv_done()
|
H A D | trans_fd.c | 319 err = p9_parse_header(&m->rc, &m->rc.size, NULL, NULL, 0); in p9_read_work()
|