• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/lpfc/

Lines Matching refs:lpfc_hba

117 	struct lpfc_hba *phba;
314 struct lpfc_hba;
318 struct lpfc_hba *phba;
482 int lpfc_pci_function_reset(struct lpfc_hba *);
483 int lpfc_sli4_hba_setup(struct lpfc_hba *);
484 int lpfc_sli4_hba_down(struct lpfc_hba *);
485 int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t,
487 void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *);
491 int lpfc_sli4_mbx_read_fcf_rec(struct lpfc_hba *, struct lpfcMboxq *,
494 void lpfc_sli4_hba_reset(struct lpfc_hba *);
495 struct lpfc_queue *lpfc_sli4_queue_alloc(struct lpfc_hba *, uint32_t,
498 uint32_t lpfc_eq_create(struct lpfc_hba *, struct lpfc_queue *, uint16_t);
499 uint32_t lpfc_cq_create(struct lpfc_hba *, struct lpfc_queue *,
501 int32_t lpfc_mq_create(struct lpfc_hba *, struct lpfc_queue *,
503 uint32_t lpfc_wq_create(struct lpfc_hba *, struct lpfc_queue *,
505 uint32_t lpfc_rq_create(struct lpfc_hba *, struct lpfc_queue *,
507 uint32_t lpfc_eq_destroy(struct lpfc_hba *, struct lpfc_queue *);
508 uint32_t lpfc_cq_destroy(struct lpfc_hba *, struct lpfc_queue *);
509 uint32_t lpfc_mq_destroy(struct lpfc_hba *, struct lpfc_queue *);
510 uint32_t lpfc_wq_destroy(struct lpfc_hba *, struct lpfc_queue *);
511 uint32_t lpfc_rq_destroy(struct lpfc_hba *, struct lpfc_queue *,
513 int lpfc_sli4_queue_setup(struct lpfc_hba *);
514 void lpfc_sli4_queue_unset(struct lpfc_hba *);
515 int lpfc_sli4_post_sgl(struct lpfc_hba *, dma_addr_t, dma_addr_t, uint16_t);
516 int lpfc_sli4_repost_scsi_sgl_list(struct lpfc_hba *);
517 int lpfc_sli4_remove_all_sgl_pages(struct lpfc_hba *);
518 uint16_t lpfc_sli4_next_xritag(struct lpfc_hba *);
519 int lpfc_sli4_post_async_mbox(struct lpfc_hba *);
520 int lpfc_sli4_post_sgl_list(struct lpfc_hba *phba);
521 int lpfc_sli4_post_scsi_sgl_block(struct lpfc_hba *, struct list_head *, int);
522 struct lpfc_cq_event *__lpfc_sli4_cq_event_alloc(struct lpfc_hba *);
523 struct lpfc_cq_event *lpfc_sli4_cq_event_alloc(struct lpfc_hba *);
524 void __lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *);
525 void lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *);
526 int lpfc_sli4_init_rpi_hdrs(struct lpfc_hba *);
527 int lpfc_sli4_post_rpi_hdr(struct lpfc_hba *, struct lpfc_rpi_hdr *);
528 int lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *);
529 struct lpfc_rpi_hdr *lpfc_sli4_create_rpi_hdr(struct lpfc_hba *);
530 void lpfc_sli4_remove_rpi_hdrs(struct lpfc_hba *);
531 int lpfc_sli4_alloc_rpi(struct lpfc_hba *);
532 void __lpfc_sli4_free_rpi(struct lpfc_hba *, int);
533 void lpfc_sli4_free_rpi(struct lpfc_hba *, int);
534 void lpfc_sli4_remove_rpis(struct lpfc_hba *);
535 void lpfc_sli4_async_event_proc(struct lpfc_hba *);
536 void lpfc_sli4_fcf_redisc_event_proc(struct lpfc_hba *);
538 void lpfc_sli4_fcp_xri_abort_event_proc(struct lpfc_hba *);
539 void lpfc_sli4_els_xri_abort_event_proc(struct lpfc_hba *);
540 void lpfc_sli4_fcp_xri_aborted(struct lpfc_hba *,
542 void lpfc_sli4_els_xri_aborted(struct lpfc_hba *,
544 int lpfc_sli4_brdreset(struct lpfc_hba *);
545 int lpfc_sli4_add_fcf_record(struct lpfc_hba *, struct fcf_record *);
546 void lpfc_sli_remove_dflt_fcf(struct lpfc_hba *);
547 int lpfc_sli4_get_els_iocb_cnt(struct lpfc_hba *);
548 int lpfc_sli4_init_vpi(struct lpfc_hba *, uint16_t);
551 void lpfc_sli4_fcfi_unreg(struct lpfc_hba *, uint16_t);
552 int lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *, uint16_t);
553 int lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *, uint16_t);
554 int lpfc_sli4_read_fcf_rec(struct lpfc_hba *, uint16_t);
555 void lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *, LPFC_MBOXQ_t *);
556 void lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *, LPFC_MBOXQ_t *);
557 void lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *, LPFC_MBOXQ_t *);
558 int lpfc_sli4_unregister_fcf(struct lpfc_hba *);
559 int lpfc_sli4_post_status_check(struct lpfc_hba *);
560 uint8_t lpfc_sli4_mbox_opcode_get(struct lpfc_hba *, struct lpfcMboxq *);