Home
last modified time | relevance | path

Searched refs:n_bufs (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/dev/drm/
HDr300_cmdbuf.c934 if (cmdbuf->bufsz < sizeof(uint64_t) + header.scratch.n_bufs * sizeof(buf_idx) ) { in r300_scratch()
949 for (i=0; i < header.scratch.n_bufs; i++) { in r300_scratch()
HDradeon_drm.h273 unsigned char cmd_type, reg, n_bufs, flags; member
/NextBSD/sys/dev/drm2/radeon/
HDr300_cmdbuf.c912 (sizeof(u64) + header.scratch.n_bufs * sizeof(*buf_idx))) { in r300_scratch()
926 for (i=0; i < header.scratch.n_bufs; i++) { in r300_scratch()
HDradeon_drm.h275 unsigned char cmd_type, reg, n_bufs, flags; member
/NextBSD/sys/dev/qlxgb/
HDqla_hw.h174 uint8_t n_bufs; /* # of data segs in data buffer */ member
HDqla_hw.c1025 tx_cmd->n_bufs = (uint8_t)nsegs; in qla_hw_send()
/NextBSD/sys/dev/qlxgbe/
HDql_hw.h1091 uint8_t n_bufs; /* # of data segs in data buffer */ member
HDql_hw.c1934 tx_cmd->n_bufs = (uint8_t)nsegs; in ql_hw_send()