Searched refs:mlist (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_cmx.c | 168 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_debug() 241 list_add_tail(&member->list, &conf->mlist); in dsp_cmx_add_conf_member() 270 if (list_empty(&dsp->conf->mlist)) { in dsp_cmx_del_conf_member() 277 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_cmx_del_conf_member() 313 INIT_LIST_HEAD(&conf->mlist); in dsp_cmx_new_conf() 334 if (!list_empty(&conf->mlist)) { in dsp_cmx_del_conf() 497 if (list_empty(&conf->mlist)) { in dsp_cmx_hardware() 502 member = list_entry(conf->mlist.next, struct dsp_conf_member, list); in dsp_cmx_hardware() 506 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware() 515 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware() [all …]
|
| H A D | dsp.h | 104 struct list_head mlist; member
|
| H A D | dsp_core.c | 249 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_rx_off()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.c | 140 lpfc_free_bsg_buffers(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_bsg_buffers() argument 144 if (mlist) { in lpfc_free_bsg_buffers() 145 list_for_each_entry_safe(mlast, next_mlast, &mlist->list, in lpfc_free_bsg_buffers() 151 lpfc_mbuf_free(phba, mlist->virt, mlist->phys); in lpfc_free_bsg_buffers() 152 kfree(mlist); in lpfc_free_bsg_buffers() 162 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_bsg_buffers() local 179 if (mlist) in lpfc_alloc_bsg_buffers() 180 lpfc_free_bsg_buffers(phba, mlist); in lpfc_alloc_bsg_buffers() 189 if (mlist) in lpfc_alloc_bsg_buffers() 190 lpfc_free_bsg_buffers(phba, mlist); in lpfc_alloc_bsg_buffers() [all …]
|
| H A D | lpfc_ct.c | 474 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_ct_rsp() argument 478 list_for_each_entry_safe(mlast, next_mlast, &mlist->list, list) { in lpfc_free_ct_rsp() 483 lpfc_mbuf_free(phba, mlist->virt, mlist->phys); in lpfc_free_ct_rsp() 484 kfree(mlist); in lpfc_free_ct_rsp() 492 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_ct_rsp() local 503 if (mlist) in lpfc_alloc_ct_rsp() 504 lpfc_free_ct_rsp(phba, mlist); in lpfc_alloc_ct_rsp() 518 if (mlist) in lpfc_alloc_ct_rsp() 519 lpfc_free_ct_rsp(phba, mlist); in lpfc_alloc_ct_rsp() 524 if (!mlist) in lpfc_alloc_ct_rsp() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | adapter.h | 399 struct mbox_list mlist; member
|
| H A D | t4vf_hw.c | 167 list_add_tail(&entry.list, &adapter->mlist.list); in t4vf_wr_mbox_core() 191 if (list_first_entry(&adapter->mlist.list, struct mbox_list, in t4vf_wr_mbox_core()
|
| H A D | cxgb4vf_main.c | 2962 INIT_LIST_HEAD(&adapter->mlist.list); in cxgb4vf_pci_probe()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 323 list_add_tail(&entry.list, &adap->mlist.list); in t4_wr_mbox_meat_timeout() 348 if (list_first_entry(&adap->mlist.list, struct mbox_list, in t4_wr_mbox_meat_timeout()
|