Searched refs:nl (Results 1 - 12 of 12) sorted by relevance

/drivers/net/wan/
H A Dsbni.c350 struct net_local *nl; local
381 nl = netdev_priv(dev);
382 if( !nl ) {
388 memset( nl, 0, sizeof(struct net_local) );
389 spin_lock_init( &nl->lock );
399 nl->maxframe = DEFAULT_FRAME_LEN;
400 nl->csr1.rate = baud[ num ];
402 if( (nl->cur_rxl_index = rxl[ num ]) == -1 )
404 nl->cur_rxl_index = DEF_RXL,
405 nl
450 struct net_local *nl = netdev_priv(p); local
472 struct net_local *nl = netdev_priv(dev); local
506 struct net_local *nl = netdev_priv(dev); local
534 struct net_local *nl = netdev_priv(dev); local
592 struct net_local *nl = netdev_priv(dev); local
626 struct net_local *nl = netdev_priv(dev); local
683 struct net_local *nl = netdev_priv(dev); local
702 struct net_local *nl = netdev_priv(dev); local
755 struct net_local *nl = netdev_priv(dev); local
777 struct net_local *nl = netdev_priv(dev); local
811 struct net_local *nl = netdev_priv(dev); local
842 struct net_local *nl = netdev_priv(dev); local
873 struct net_local *nl = netdev_priv(dev); local
903 struct net_local *nl = netdev_priv(dev); local
1005 struct net_local *nl = netdev_priv(dev); local
1036 struct net_local *nl = netdev_priv(dev); local
1089 struct net_local *nl = netdev_priv(dev); local
1111 struct net_local *nl = netdev_priv(dev); local
1135 struct net_local *nl = netdev_priv(dev); local
1158 struct net_local *nl = netdev_priv(dev); local
1213 struct net_local *nl = netdev_priv(dev); local
1297 struct net_local *nl = netdev_priv(dev); local
1387 struct net_local *nl = netdev_priv(dev); local
1423 struct net_local *nl = netdev_priv(p); local
[all...]
/drivers/net/plip/
H A Dplip.c290 struct net_local *nl = netdev_priv(dev); local
301 nl->port_owner = 0;
304 nl->trigger = PLIP_TRIGGER_WAIT;
305 nl->nibble = PLIP_NIBBLE_WAIT;
308 INIT_WORK(&nl->immediate, plip_bh);
309 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh);
312 INIT_DELAYED_WORK(&nl->timer, plip_timer_bh);
314 spin_lock_init(&nl->lock);
323 struct net_local *nl = local
326 if (nl
367 struct net_local *nl = container_of(work, struct net_local, immediate); local
385 struct net_local *nl = local
399 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv, int error) argument
474 plip_none(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
585 plip_receive_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
746 plip_send_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
861 plip_connection_close(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
879 plip_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
907 struct net_local *nl; local
956 struct net_local *nl = netdev_priv(dev); local
1053 struct net_local *nl = netdev_priv(dev); local
1113 struct net_local *nl = netdev_priv(dev); local
1160 struct net_local *nl = netdev_priv(dev); local
1176 struct net_local *nl = netdev_priv(dev); local
1202 struct net_local *nl = netdev_priv(dev); local
1250 struct net_local *nl; local
1333 struct net_local *nl = netdev_priv(dev); local
[all...]
/drivers/isdn/hysdn/
H A Dhysdn_net.c88 flush_tx_buffers(struct net_local *nl) argument
91 while (nl->sk_count) {
92 dev_kfree_skb(nl->skbs[nl->out_idx++]); /* free skb */
93 if (nl->out_idx >= MAX_SKB_BUFFERS)
94 nl->out_idx = 0; /* wrap around */
95 nl->sk_count--;
/drivers/media/usb/tlg2300/
H A Dpd-dvb.c129 long nl = jiffies - adapter->last_jiffies; local
132 msec = jiffies_to_msecs(abs(nl));
143 long nl = jiffies - adapter->last_jiffies; local
146 msec = jiffies_to_msecs(abs(nl));
/drivers/md/
H A Ddm-ioctl.c507 struct dm_name_list *nl, *old_nl = NULL; local
526 nl = get_result_buffer(param, param_size, &len);
533 nl->dev = 0; /* Flags no data */
541 old_nl->next = (uint32_t) ((void *) nl -
544 nl->dev = huge_encode_dev(disk_devt(disk));
545 nl->next = 0;
546 strcpy(nl->name, hc->name);
548 old_nl = nl;
549 nl = align_ptr(((void *) ++nl)
[all...]
/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c58 efi_char16_t nl[2] = { '\r', 0 }; local
59 efi_char16_printk(sys_table_arg, nl);
/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c141 unsigned int nl; local
144 while ((nl = mga_inl(0x3C48) & 0xFFF) >= lastl) {
145 lastl = nl;
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c87 enum nl80211_iftype nl; member in struct:__anon4274
100 if (__nl2wmi[i].nl == type)
/drivers/staging/lustre/lustre/ptlrpc/
H A Dclient.c284 unsigned int nl, oldnl; local
292 nl = max_t(int, now - req->rq_sent - service_time, 0) + 1/*st rounding*/;
298 oldnl = at_measured(&at->iat_net_latency, nl);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c219 void ieee80211_sta_wakeup(struct ieee80211_device *ieee, short nl);
1846 void ieee80211_sta_wakeup(struct ieee80211_device *ieee, short nl) argument
1849 if(nl){
1863 if(nl){
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c2127 void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl) argument
2130 if (nl) {
2146 if (nl) {
H A Drtllib.h2769 extern void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl);

Completed in 354 milliseconds