Searched refs:tabort (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test_micro/source/
H A Db_txn.c19 int tabort, ch, i, count; local
22 tabort = 0;
26 tabort = 1;
55 if (tabort)
80 count, tabort ? "abort" : "commit");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test_micro/source/
H A Db_txn.c19 int tabort, ch, i, count; local
22 tabort = 0;
26 tabort = 1;
55 if (tabort)
80 count, tabort ? "abort" : "commit");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test_micro/source/
H A Db_txn.c19 int tabort, ch, i, count; local
22 tabort = 0;
26 tabort = 1;
55 if (tabort)
80 count, tabort ? "abort" : "commit");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/build_vxworks/test_micro/
H A Db_txn.c19 int tabort, ch, i, count; local
22 tabort = 0;
27 tabort = 1;
56 if (tabort)
81 count, tabort ? "abort" : "commit");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/build_vxworks/test_micro/
H A Db_txn.c19 int tabort, ch, i, count; local
22 tabort = 0;
27 tabort = 1;
56 if (tabort)
81 count, tabort ? "abort" : "commit");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/build_vxworks/test_micro/
H A Db_txn.c19 int tabort, ch, i, count; local
22 tabort = 0;
27 tabort = 1;
56 if (tabort)
81 count, tabort ? "abort" : "commit");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/fnic/
H A Dfcpio.h484 struct fcpio_tabort tabort; member in union:fcpio_host_req::__anon18239
614 * used by the firmware to respond to a host's tabort request
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfcpio.h484 struct fcpio_tabort tabort; member in union:fcpio_host_req::__anon29932
614 * used by the firmware to respond to a host's tabort request
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dcassini.c2644 int entry, nr_frags, frag, tabort, tentry; local
2681 tabort = cas_calc_tabort(cp, (unsigned long) skb->data, len);
2682 if (unlikely(tabort)) {
2683 /* NOTE: len is always > tabort */
2684 cas_write_txd(cp, ring, entry, mapping, len - tabort,
2688 skb_copy_from_linear_data_offset(skb, len - tabort,
2689 tx_tiny_buf(cp, ring, entry), tabort);
2691 cas_write_txd(cp, ring, entry, mapping, tabort, ctrl,
2707 tabort = cas_calc_tabort(cp, fragp->page_offset, len);
2708 if (unlikely(tabort)) {
2719 tabort); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dcassini.c2644 int entry, nr_frags, frag, tabort, tentry; local
2681 tabort = cas_calc_tabort(cp, (unsigned long) skb->data, len);
2682 if (unlikely(tabort)) {
2683 /* NOTE: len is always > tabort */
2684 cas_write_txd(cp, ring, entry, mapping, len - tabort,
2688 skb_copy_from_linear_data_offset(skb, len - tabort,
2689 tx_tiny_buf(cp, ring, entry), tabort);
2691 cas_write_txd(cp, ring, entry, mapping, tabort, ctrl,
2707 tabort = cas_calc_tabort(cp, fragp->page_offset, len);
2708 if (unlikely(tabort)) {
2719 tabort); local
[all...]

Completed in 201 milliseconds