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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_mbx.c2181 struct abort_entry_24xx *abt; local
2200 abt = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, &abt_dma);
2201 if (abt == NULL) {
2206 memset(abt, 0, sizeof(struct abort_entry_24xx));
2208 abt->entry_type = ABORT_IOCB_TYPE;
2209 abt->entry_count = 1;
2210 abt->nport_handle = cpu_to_le16(fcport->loop_id);
2211 abt->handle_to_abort = handle;
2212 abt->port_id[0] = fcport->d_id.b.al_pa;
2213 abt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c97 u32 abt[3]; member in struct:stack
399 "I" (offsetof(struct stack, abt[0])),

Completed in 33 milliseconds