HomeSort by: relevance | last modified time | path
    Searched refs:tp_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
tweio.h 90 u_int8_t tp_size; member in struct:twe_paramcommand
twe.c 1860 tp->tp_size, 0, &param);
1863 if (param->tp_param_size > tp->tp_size) {
1873 pdata = malloc(tp->tp_size, M_DEVBUF, M_WAITOK);
1874 if ((error = copyin(tp->tp_data, pdata, tp->tp_size)) != 0)
1877 tp->tp_size, pdata);

Completed in 13 milliseconds