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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c481 struct bnx2i_nop_out_request *nopout_wqe; local
486 nopout_wqe = (struct bnx2i_nop_out_request *)ep->qp.sq_prod_qe;
487 nopout_wqe->op_code = nopout_hdr->opcode;
488 nopout_wqe->op_attr = ISCSI_FLAG_CMD_FINAL;
489 memcpy(nopout_wqe->lun, nopout_hdr->lun, 8);
498 nopout_wqe->itt = ((u16)task->itt |
501 nopout_wqe->ttt = ttt;
502 nopout_wqe->flags = 0;
504 nopout_wqe->flags = ISCSI_NOP_OUT_REQUEST_LOCAL_COMPLETION;
506 nopout_wqe
[all...]

Completed in 15 milliseconds