stat_req           32 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	struct fcoe_kwqe_stat stat_req;
stat_req           37 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	memset(&stat_req, 0x00, sizeof(struct fcoe_kwqe_stat));
stat_req           38 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	stat_req.hdr.op_code = FCOE_KWQE_OPCODE_STAT;
stat_req           39 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	stat_req.hdr.flags =
stat_req           42 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	stat_req.stat_params_addr_lo = (u32) hba->stats_buf_dma;
stat_req           43 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	stat_req.stat_params_addr_hi = (u32) ((u64)hba->stats_buf_dma >> 32);
stat_req           45 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	kwqe_arr[0] = (struct kwqe *) &stat_req;