Searched refs:qlw_put_header (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | qlw.c | 97 void qlw_put_header(struct qlw_softc *, struct qlw_iocb_hdr *, 1292 qlw_put_header(struct qlw_softc *sc, struct qlw_iocb_hdr *hdr, in qlw_put_header() function 1321 qlw_put_header(sc, &marker->hdr, QLW_IOCB_MARKER, 1); in qlw_put_marker() 1364 qlw_put_header(sc, &req->hdr, QLW_IOCB_CMD_TYPE_0, entry_count); in qlw_put_cmd() 1397 qlw_put_header(sc, &cont->hdr, QLW_IOCB_CONT_TYPE_0, 1); in qlw_put_cont()
|