Searched refs:sp_bsg (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_isr.c994 struct srb_ctx *sp_bsg; local
1002 sp_bsg = sp->ctx;
1003 bsg_job = sp_bsg->u.bsg_job;
1006 switch (sp_bsg->type) {
1013 sp_bsg->type);
1058 if (sp_bsg->type == SRB_ELS_CMD_HST || sp_bsg->type == SRB_CT_CMD)
1074 struct srb_ctx *sp_bsg; local
1083 sp_bsg = sp->ctx;
1084 bsg_job = sp_bsg
[all...]
H A Dqla_bsg.c1374 struct srb_ctx *sp_bsg; local
1386 sp_bsg = sp->ctx;
1388 if (((sp_bsg->type == SRB_CT_CMD) ||
1389 (sp_bsg->type == SRB_ELS_CMD_HST))
1390 && (sp_bsg->u.bsg_job == bsg_job)) {

Completed in 42 milliseconds