Lines Matching +full:0 +full:x8000

68 	timer_setup(&tgt->ofld_timer, bnx2fc_ofld_timer, 0);
88 int i = 0;
169 int i = 0;
179 io_req->on_active_queue = 0;
199 bnx2fc_process_cleanup_compl(io_req, io_req->task, 0);
209 io_req->on_tmf_queue = 0;
218 io_req->on_active_queue = 0;
233 bnx2fc_process_cleanup_compl(io_req, io_req->task, 0);
262 i = 0;
264 /* wait for active_ios to go to 0 */
265 while ((tgt->num_active_ios.counter != 0) && (i++ < BNX2FC_WAIT_CNT))
267 if (tgt->num_active_ios.counter != 0)
268 printk(KERN_ERR PFX "CLEANUP on port 0x%x:"
272 tgt->flush_in_prog = 0;
278 timer_setup(&tgt->upld_timer, bnx2fc_upld_timer, 0);
316 BNX2FC_TGT_DBG(tgt, "flush/upload - disable wait flags = 0x%lx\n",
332 BNX2FC_TGT_DBG(tgt, "destroy wait complete flags = 0x%lx\n",
373 BNX2FC_TGT_DBG(tgt, "init_tgt - conn_id = 0x%x\n", tgt->fcoe_conn_id);
383 tgt->sq_prod_idx = 0;
384 tgt->cq_cons_idx = 0;
385 tgt->rq_prod_idx = 0x8000;
386 tgt->rq_cons_idx = 0;
387 atomic_set(&tgt->num_active_ios, 0);
388 tgt->retry_delay_timestamp = 0;
394 tgt->io_timeout = 0; /* use default ULP timeout */
405 rx_db->hdr.header = ((0x1 << B577XX_DOORBELL_HDR_RX_SHIFT) |
406 (0x1 << B577XX_DOORBELL_HDR_DB_TYPE_SHIFT) |
409 rx_db->params = (0x2 << B577XX_FCOE_RX_DOORBELL_NEGATIVE_ARM_SHIFT) |
410 (0x3 << B577XX_FCOE_RX_DOORBELL_OPCODE_SHIFT);
429 return 0;
449 BNX2FC_HBA_DBG(lport, "rport_event_hdlr: event = %d, port_id = 0x%x\n",
555 * is 0, the waiting therad wakes up
558 (hba->num_ofld_sess == 0)) {
585 for (i = 0; i < BNX2FC_NUM_MAX_SESS; i++) {
595 BNX2FC_TGT_DBG(tgt, "rport 0x%x "
630 hba->next_conn_id = 0;
635 conn_id = 0;
811 tgt->conn_db->rq_prod = 0x8000;
813 return 0;