Searched refs:tb_cb (Results 1 – 2 of 2) sorted by relevance
580 bp->tb_store_ts.next_ixlp = (ixl1394_command_t *)&bp->tb_cb; in av1394_it_ixl_bld_buf()582 bp->tb_cb.ixl_opcode = IXL1394_OP_CALLBACK; in av1394_it_ixl_bld_buf()583 bp->tb_cb.callback = av1394_it_ixl_buf_cb; in av1394_it_ixl_bld_buf()584 bp->tb_cb.callback_arg = bp; in av1394_it_ixl_bld_buf()585 bp->tb_cb.next_ixlp = (ixl1394_command_t *)&bp->tb_jump; in av1394_it_ixl_bld_buf()
159 ixl1394_callback_t tb_cb; /* callback */ member