Searched refs:mlist (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_cmx.c179 list_for_each_entry(member, &conf->mlist, list) {
252 list_add_tail(&member->list, &conf->mlist);
281 if (list_empty(&dsp->conf->mlist)) {
288 list_for_each_entry(member, &dsp->conf->mlist, list) {
324 INIT_LIST_HEAD(&conf->mlist);
345 if (!list_empty(&conf->mlist)) {
508 if (list_empty(&conf->mlist)) {
513 member = list_entry(conf->mlist.next, struct dsp_conf_member, list);
517 list_for_each_entry(member, &conf->mlist, list) {
526 list_for_each_entry(member, &conf->mlist, lis
[all...]
H A Ddsp.h102 struct list_head mlist; member in struct:dsp_conf
H A Ddsp_core.c250 list_for_each_entry(member, &dsp->conf->mlist, list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dcload.c1596 struct dbg_mirror_root *mlist;
1667 mlist = (struct dbg_mirror_root *)debug_mirror_sym->value;
1668 if (!mlist)
1671 mlist = (struct dbg_mirror_root *)&debug_list_header;
1673 hndl->dm.hroot = mlist; /* set pointer to root into our handle */
1724 if (mlist->hnext) {
1725 dbmod->next_module = TADDR_TO_TDATA(mlist->hnext->dm.dbthis);
1726 dbmod->next_module_size = mlist->hnext->dm.dbsiz;
1743 mlist->refcount += 1;
1764 if (!dlthis->myio->writemem(dlthis->myio, &mhdr, mlist
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c200 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) argument
204 list_for_each_entry_safe(mlast, next_mlast, &mlist->list, list) {
209 lpfc_mbuf_free(phba, mlist->virt, mlist->phys);
210 kfree(mlist);
218 struct lpfc_dmabuf *mlist = NULL; local
229 if (mlist)
230 lpfc_free_ct_rsp(phba, mlist);
244 if (mlist)
245 lpfc_free_ct_rsp(phba, mlist);
[all...]
H A Dlpfc_bsg.c742 * @mlist: Pointer to an lpfc dma buffer extension.
745 diag_cmd_data_free(struct lpfc_hba *phba, struct lpfc_dmabufext *mlist) argument
751 if ((!mlist) || (!lpfc_is_link_up(phba) &&
757 list_add_tail(&head, &mlist->dma.list);
1871 struct lpfc_dmabufext *mlist = NULL; local
1893 if (mlist)
1894 list_add_tail(&dmp->dma.list, &mlist->dma.list);
1896 mlist = dmp;
1931 mlist->flag = i;
1932 return mlist;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslicoss.c2497 struct mcast_address *mcaddr, *mlist; local
2500 mlist = adapter->mcastaddrs;
2501 while (mlist) {
2502 if (!compare_ether_addr(mlist->address, address))
2504 mlist = mlist->next;
3201 struct mcast_address *mcaddr, *mlist; local
3215 mlist = adapter->mcastaddrs;
3216 while (mlist) {
3217 mcaddr = mlist;
[all...]

Completed in 175 milliseconds