/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 67 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_ignore_hbq_buffer() 83 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer() 92 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event() 99 struct lpfc_dmabuf *bdeBuf; in lpfc_ct_unsol_event() 182 struct lpfc_dmabuf *bdeBuf; in lpfc_sli4_ct_abort_unsol_event() 200 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_ct_rsp() 202 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_ct_rsp() 214 static struct lpfc_dmabuf * 218 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_ct_rsp() 219 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp() [all …]
|
D | lpfc_els.c | 156 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist; in lpfc_prep_els_iocb() 203 pcmd = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb() 213 prsp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb() 224 pbuflist = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb() 344 struct lpfc_dmabuf *mp; in lpfc_issue_fabric_reglogin() 406 mp = (struct lpfc_dmabuf *) mbox->context1; in lpfc_issue_fabric_reglogin() 437 struct lpfc_dmabuf *dmabuf; in lpfc_issue_reg_vfi() 447 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_issue_reg_vfi() 846 struct lpfc_dmabuf *pcmd = cmdiocb->context2, *prsp; in lpfc_cmpl_els_flogi() 935 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_els_flogi() [all …]
|
D | lpfc_mem.c | 89 pool->elements = kmalloc(sizeof(struct lpfc_dmabuf) * in lpfc_mem_alloc() 250 struct lpfc_dmabuf *mp; in lpfc_mem_free_all() 254 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all() 264 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all() 278 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all() 513 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free()
|
D | lpfc_bsg.c | 72 struct lpfc_dmabuf *bmp; 82 struct lpfc_dmabuf *rxbmp; /* for BIU diags */ 98 struct lpfc_dmabuf *bmp; 138 struct lpfc_dmabuf dma; 168 struct lpfc_dmabuf *bmp; in lpfc_bsg_send_mgmt_cmd_cmp() 242 struct lpfc_dmabuf *bmp = NULL; in lpfc_bsg_send_mgmt_cmd() 270 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_bsg_send_mgmt_cmd() 418 struct lpfc_dmabuf *pbuflist = NULL; in lpfc_bsg_rport_els_cmp() 467 pbuflist = (struct lpfc_dmabuf *) cmdiocbq->context3; in lpfc_bsg_rport_els_cmp() 500 struct lpfc_dmabuf *pcmd; in lpfc_bsg_rport_els() [all …]
|
D | lpfc.h | 96 struct lpfc_dmabuf { struct 104 struct lpfc_dmabuf *elements; argument 110 struct lpfc_dmabuf hbuf; 111 struct lpfc_dmabuf dbuf; 363 struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN]; 588 struct lpfc_dmabuf slim2p; 596 struct lpfc_dmabuf hbqslimp;
|
D | lpfc_crtn.h | 34 int lpfc_read_topology(struct lpfc_hba *, LPFC_MBOXQ_t *, struct lpfc_dmabuf *); 283 struct lpfc_dmabuf *); 284 struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *, 289 struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *, 323 void lpfc_in_buf_free(struct lpfc_hba *, struct lpfc_dmabuf *);
|
D | lpfc_nportdisc.c | 163 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_check_elscmpl_iocb() 169 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_check_elscmpl_iocb() 175 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, in lpfc_check_elscmpl_iocb() 263 struct lpfc_dmabuf *pcmd; in lpfc_rcv_plogi() 299 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_plogi() 458 struct lpfc_dmabuf *pcmd; in lpfc_rcv_padisc() 467 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_padisc() 599 struct lpfc_dmabuf *pcmd; in lpfc_rcv_prli() 605 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_prli() 796 struct lpfc_dmabuf *pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_plogi_plogi_issue() [all …]
|
D | lpfc_mbox.c | 61 struct lpfc_dmabuf *mp; in lpfc_dump_static_vport() 81 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_dump_static_vport() 288 struct lpfc_dmabuf *mp) in lpfc_read_topology() 585 struct lpfc_dmabuf *mp; in lpfc_read_sparam() 597 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_read_sparam() 736 struct lpfc_dmabuf *mp; in lpfc_reg_rpi() 750 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_reg_rpi() 2037 struct lpfc_dmabuf *mp = NULL; in lpfc_dump_fcoe_param() 2043 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_dump_fcoe_param()
|
D | lpfc_sli.c | 1625 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_sli_hbqbuf_free_all() 1897 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get() 1899 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get() 1918 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find() 2095 struct lpfc_dmabuf *mp; in lpfc_sli_def_mbox_cmpl() 2101 mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_sli_def_mbox_cmpl() 2286 static struct lpfc_dmabuf * 2364 struct lpfc_dmabuf *dmzbuf; in lpfc_sli_process_unsol_iocb() 4529 struct lpfc_dmabuf *mp; in lpfc_sli4_read_fcoe_params() 4544 mp = (struct lpfc_dmabuf *) mboxq->context1; in lpfc_sli4_read_fcoe_params() [all …]
|
D | lpfc_hbadisc.c | 2624 struct lpfc_dmabuf *dmabuf = mboxq->context1; in lpfc_mbx_cmpl_reg_vfi() 2676 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_mbx_cmpl_read_sparam() 2728 struct lpfc_dmabuf *mp; in lpfc_mbx_process_link_up() 2829 mp = (struct lpfc_dmabuf *) sparam_mbox->context1; in lpfc_mbx_process_link_up() 2958 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_read_topology() 3102 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_reg_login() 3269 struct lpfc_dmabuf *mp; in lpfc_create_static_vport() 3310 mp = (struct lpfc_dmabuf *) pmb->context2; in lpfc_create_static_vport() 3376 mp = (struct lpfc_dmabuf *) pmb->context2; in lpfc_create_static_vport() 3397 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_fabric_reg_login() [all …]
|
D | lpfc_sli4.h | 257 struct lpfc_dmabuf *dmabuf; 502 struct lpfc_dmabuf *dmabuf;
|
D | lpfc_init.c | 331 struct lpfc_dmabuf *mp; in lpfc_config_port_post() 367 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_config_port_post() 374 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_config_port_post() 783 struct lpfc_dmabuf *mp, *next_mp; in lpfc_hba_down_post_s3() 1016 struct lpfc_dmabuf *buf_ptr; in lpfc_hb_timeout_handler() 1057 struct lpfc_dmabuf, list); in lpfc_hb_timeout_handler() 1505 struct lpfc_dmabuf *mp; in lpfc_handle_latt() 1514 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_handle_latt() 1973 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() 1989 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer() [all …]
|
D | lpfc_vport.c | 118 struct lpfc_dmabuf *mp; in lpfc_vport_sparm() 137 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_vport_sparm()
|
D | lpfc_debugfs.c | 264 struct lpfc_dmabuf *d_buf; in lpfc_debugfs_hbqinfo_data()
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.lpfc | 725 here, the most notable is that the phba->slim2p lpfc_dmabuf goes 1076 * Changed DMABUF_t usage to struct lpfc_dmabuf.
|