Searched refs:squeue (Results 1 – 11 of 11) sorted by relevance
279 struct padata_serial_queue *squeue; in padata_reorder() local307 squeue = per_cpu_ptr(pd->squeue, cb_cpu); in padata_reorder()309 spin_lock(&squeue->serial.lock); in padata_reorder()310 list_add_tail(&padata->list, &squeue->serial.list); in padata_reorder()311 spin_unlock(&squeue->serial.lock); in padata_reorder()313 queue_work_on(cb_cpu, pinst->serial_wq, &squeue->work); in padata_reorder()345 struct padata_serial_queue *squeue; in padata_serial_worker() local351 squeue = container_of(serial_work, struct padata_serial_queue, work); in padata_serial_worker()352 pd = squeue->pd; in padata_serial_worker()354 spin_lock(&squeue->serial.lock); in padata_serial_worker()[all …]
66 skb_queue_head_init(&ch->squeue); in mISDN_initdchannel()108 skb_queue_purge(&ch->squeue); in mISDN_freedchannel()326 dch->tx_skb = skb_dequeue(&dch->squeue); in get_next_dframe()418 skb_queue_tail(&ch->squeue, skb); in dchannel_senddata()
99 struct padata_serial_queue __percpu *squeue; member
92 struct sk_buff_head squeue; member
1505 np->squeue [qidx] = cpu_to_scr(np->idletask_ba);1507 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba);1713 np->squeue[i] = cpu_to_scr(np->idletask_ba);1714 np->squeue[i+1] = cpu_to_scr(phys + (i+2)*4);1716 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys);2981 cp = sym_ccb_from_dsa(np, scr_to_cpu(np->squeue[i]));3000 np->squeue[j] = np->squeue[i];3006 np->squeue[j] = np->squeue[i];5625 np->squeue = sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*2),"SQUEUE");5626 if (!np->squeue)[all …]
930 u32 *squeue; /* Start queue virtual address */ member
331 skb_queue_purge(&dch->squeue); in hfcusb_l2l1D()379 skb_queue_purge(&dch->squeue); in hfc_l1callback()
1077 skb_queue_purge(&dch->squeue); in hfc_l1callback()1622 skb_queue_purge(&dch->squeue); in hfcpci_l2l1D()
1120 skb_queue_purge(&dch->squeue); in w6692_l1callback()
655 skb_queue_purge(&dch->squeue); in isac_l1cmd()
3267 skb_queue_purge(&dch->squeue); in hfcm_l1callback()3408 skb_queue_purge(&dch->squeue); in handle_dmsg()