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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dsbp2.c1470 lu->last_orb = NULL;
1586 struct sbp2_command_orb *last_orb; local
1595 last_orb = lu->last_orb;
1597 if (!last_orb) {
1599 * last_orb == NULL means: We know that the target's fetch agent
1609 * last_orb != NULL means: We know that the target's fetch agent
1618 last_orb->next_ORB_lo = cpu_to_be32(cmd->command_orb_dma);
1621 last_orb->next_ORB_hi = 0;
1630 lu->last_orb
[all...]
H A Dsbp2.h272 struct sbp2_command_orb *last_orb; member in struct:sbp2_lu

Completed in 131 milliseconds