tdfx_pio_data
tdfx_query_fetch(u_int cmd, struct tdfx_pio_data *piod)
tdfx_query_update(u_int cmd, struct tdfx_pio_data *piod)
tdfx_do_pio_rd(struct tdfx_pio_data *piod)
tdfx_do_pio_wt(struct tdfx_pio_data *piod)
tdfx_do_query(u_int cmd, struct tdfx_pio_data *piod)
tdfx_do_pio(u_int cmd, struct tdfx_pio_data *piod)
struct tdfx_pio_data *piod = (struct tdfx_pio_data*)data;
static int tdfx_do_query(u_int cmd, struct tdfx_pio_data *piod);
static int tdfx_query_fetch(u_int cmd, struct tdfx_pio_data *piod);
static int tdfx_query_update(u_int cmd, struct tdfx_pio_data *piod);
static int tdfx_do_pio(u_int cmd, struct tdfx_pio_data *piod);
static int tdfx_do_pio_wt(struct tdfx_pio_data *piod);
static int tdfx_do_pio_rd(struct tdfx_pio_data *piod);