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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dsbp2.c1401 lu->last_orb = NULL;
1600 struct sbp2_command_orb *last_orb; local
1617 last_orb = lu->last_orb;
1619 if (!last_orb) {
1621 * last_orb == NULL means: We know that the target's fetch agent
1631 * last_orb != NULL means: We know that the target's fetch agent
1640 last_orb->next_ORB_lo = cpu_to_be32(cmd->command_orb_dma);
1643 last_orb->next_ORB_hi = 0;
1652 lu->last_orb
[all...]
H A Dsbp2.h278 struct sbp2_command_orb *last_orb; member in struct:sbp2_lu

Completed in 63 milliseconds