Home
last modified time | relevance | path

Searched refs:c_dp_max (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dninjascsi32var.h98 u_int32_t c_dp_max; /* max value of data pointer */ member
Dninjascsi32.c733 cmd->c_dp_cur = cmd->c_dp_saved = cmd->c_dp_max = 0; in njsc32_cmd_init()
1454 if (pos > cmd->c_dp_max) in njsc32_set_cur_ptr()
1455 cmd->c_dp_max = pos; in njsc32_set_cur_ptr()
2286 xs->resid -= cmd->c_dp_max; in njsc32_end_auto()