Searched refs:ptmp (Results 1 - 18 of 18) sorted by relevance

/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c86 struct list_head *phead, *plist, *ptmp; local
97 list_for_each_safe(plist, ptmp, phead) {
330 struct list_head *plist, *phead, *ptmp; local
344 list_for_each_safe(plist, ptmp, phead) {
H A Drtw_ap.c181 struct list_head *phead, *plist, *ptmp; local
194 list_for_each_safe(plist, ptmp, phead) {
224 list_for_each_safe(plist, ptmp, phead) {
1120 struct list_head *plist, *phead, *ptmp; local
1133 list_for_each_safe(plist, ptmp, phead) {
1394 struct list_head *phead, *plist, *ptmp; local
1402 list_for_each_safe(plist, ptmp, phead) {
1732 struct list_head *phead, *plist, *ptmp; local
1751 list_for_each_safe(plist, ptmp, phead) {
1825 struct list_head *phead, *plist, *ptmp; local
1920 struct list_head *phead, *plist, *ptmp; local
[all...]
H A Drtw_xmit.c212 struct list_head *plist, *ptmp; local
214 list_for_each_safe(plist, ptmp, &pxmitpriv->free_xmit_queue.queue) {
221 list_for_each_safe(plist, ptmp, &pxmitpriv->xmitbuf_list) {
229 list_for_each_safe(plist, ptmp,
238 list_for_each_safe(plist, ptmp, &pxmitpriv->xmitextbuf_list) {
1602 struct list_head *plist, *phead, *ptmp; local
1609 list_for_each_safe(plist, ptmp, phead) {
1652 struct list_head *sta_plist, *sta_phead, *ptmp; local
1679 list_for_each_safe(sta_plist, ptmp, sta_phead) {
2101 struct list_head *plist, *phead, *ptmp; local
2173 struct list_head *plist, *phead, *ptmp; local
2294 struct list_head *plist, *phead, *ptmp; local
[all...]
H A Drtw_recv.c92 struct list_head *plist, *ptmp; local
96 list_for_each_safe(plist, ptmp, &precvpriv->free_recv_queue.queue) {
199 struct list_head *plist, *phead, *ptmp; local
206 list_for_each_safe(plist, ptmp, phead) {
1625 struct list_head *plist, *phead, *ptmp; local
1659 list_for_each_safe(plist, ptmp, phead) {
1898 struct list_head *phead, *plist, *ptmp; local
1910 list_for_each_safe(plist, ptmp, phead) {
H A Drtw_mlme.c176 struct list_head *phead, *plist, *ptmp; local
185 list_for_each_safe(plist, ptmp, phead) {
1662 struct list_head *phead, *plist, *ptmp; local
1667 list_for_each_safe(plist, ptmp, phead) {
H A Drtw_mlme_ext.c6118 struct list_head *plist, *phead, *ptmp; local
6135 list_for_each_safe(plist, ptmp, phead) {
/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c664 u8 *ptmp; local
695 ptmp = skb_push(skb, QCAFRM_HEADER_LEN);
696 qcafrm_create_header(ptmp, frame_len);
699 ptmp = skb_put(skb, pad_len);
700 memset(ptmp, 0, pad_len);
703 ptmp = skb_put(skb, QCAFRM_FOOTER_LEN);
704 qcafrm_create_footer(ptmp);
/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.c253 struct list_head *ptmp; local
264 list_for_each (ptmp, &ksocknal_data.ksnd_peers[i]) {
265 peer = list_entry (ptmp, ksock_peer_t, ksnp_list);
569 struct list_head *ptmp; local
587 list_for_each_safe (ptmp, pnxt,
589 peer = list_entry (ptmp, ksock_peer_t, ksnp_list);
628 struct list_head *ptmp; local
636 list_for_each (ptmp, &ksocknal_data.ksnd_peers[i]) {
637 peer = list_entry (ptmp, ksock_peer_t, ksnp_list);
1726 struct list_head *ptmp; local
1942 struct list_head *ptmp; local
[all...]
/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd.c437 struct list_head *ptmp; local
445 list_for_each (ptmp, &kiblnd_data.kib_peers[i]) {
447 peer = list_entry(ptmp, kib_peer_t, ibp_list);
496 struct list_head *ptmp; local
515 list_for_each_safe (ptmp, pnxt, &kiblnd_data.kib_peers[i]) {
516 peer = list_entry(ptmp, kib_peer_t, ibp_list);
550 struct list_head *ptmp; local
559 list_for_each (ptmp, &kiblnd_data.kib_peers[i]) {
561 peer = list_entry(ptmp, kib_peer_t, ibp_list);
978 struct list_head *ptmp; local
[all...]
H A Do2iblnd_cb.c3031 struct list_head *ptmp; local
3042 list_for_each (ptmp, peers) {
3043 peer = list_entry (ptmp, kib_peer_t, ibp_list);
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1581 void *ptmp; local
1590 ptmp = kmalloc(dd->ipath_rcvtidcnt * sizeof(u16) +
1593 if (!pd || !ptmp) {
1598 kfree(ptmp);
1604 dd->ipath_pd[port]->port_tid_pg_list = ptmp;
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1308 void *ptmp = NULL; local
1325 ptmp = kmalloc(dd->rcvtidcnt * sizeof(u16) +
1329 if (!rcd || !ptmp) {
1339 rcd->tid_pg_list = ptmp;
1355 kfree(ptmp);
/drivers/staging/bcm/
H A DBcmchar.c135 struct bcm_tarang_data *tarang, *tmp, *ptmp; local
149 for (ptmp = NULL; tmp; ptmp = tmp, tmp = tmp->next) {
155 if (!ptmp)
158 ptmp->next = tmp->next;
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c1279 struct list_head *plist, *phead, *ptmp; local
1288 list_for_each_safe(plist, ptmp, phead) {
1961 struct list_head *phead, *plist, *ptmp; local
2010 list_for_each_safe(plist, ptmp, phead) {
2862 struct list_head *phead, *plist, *ptmp; local
2897 list_for_each_safe(plist, ptmp, phead) {
/drivers/iommu/
H A Dintel-iommu.c693 struct pci_dev *ptmp, *pdev = NULL; local
719 ptmp = to_pci_dev(tmp);
720 if (ptmp->subordinate &&
721 ptmp->subordinate->number <= pdev->bus->number &&
722 ptmp->subordinate->busn_res.end >= pdev->bus->number)
/drivers/message/fusion/
H A Dmptscsih.c313 u32 *ptmp = (u32 *) (psge - ioc->SGE_size); local
314 sgflags = le32_to_cpu(*ptmp);
316 *ptmp = cpu_to_le32(sgflags);
/drivers/tty/
H A Dsynclink.c6634 unsigned char *ptmp = info->intermediate_rxbuffer; local
6647 memcpy( ptmp, pBufEntry->virt_addr, partial_count );
6648 ptmp += partial_count;
6657 *ptmp = (status & RXSTATUS_CRC_ERROR ?
6664 *ptmp);
H A Dsynclinkmp.c4966 unsigned char *ptmp = info->tmp_rx_buf; local
4973 memcpy( ptmp,
4976 ptmp += partial_count;

Completed in 397 milliseconds