Searched refs:abt (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/scsi/qla2xxx/
H A Dqla_mbx.c2332 struct abort_entry_24xx *abt; local
2353 abt = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, &abt_dma);
2354 if (abt == NULL) {
2359 memset(abt, 0, sizeof(struct abort_entry_24xx));
2361 abt->entry_type = ABORT_IOCB_TYPE;
2362 abt->entry_count = 1;
2363 abt->handle = MAKE_HANDLE(req->id, abt->handle);
2364 abt->nport_handle = cpu_to_le16(fcport->loop_id);
2365 abt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c116 u32 abt[3]; member in struct:stack
384 "I" (offsetof(struct stack, abt[0])),

Completed in 101 milliseconds