Searched refs:tp_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/twe/
H A Dtweio.h86 u_int8_t tp_size; member in struct:twe_paramcommand
H A Dtwe.c631 param = twe_get_param(sc, tp->tp_table_id, tp->tp_param_id, tp->tp_size, NULL);
635 tp->tp_table_id, tp->tp_param_id, tp->tp_size);
638 if (param->parameter_size_bytes > tp->tp_size) {
640 param->parameter_size_bytes, tp->tp_size);
650 data = malloc(tp->tp_size, M_DEVBUF, M_WAITOK);
651 error = copyin(tp->tp_data, data, tp->tp_size);
654 error = twe_set_param(sc, tp->tp_table_id, tp->tp_param_id, tp->tp_size, data);

Completed in 105 milliseconds