Searched refs:ifp (Results 1 - 10 of 10) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c113 static u8 flash_csum(struct qib_flash *ifp, int adjust) argument
115 u8 *ip = (u8 *) ifp;
123 len = ifp->if_length;
128 csum -= ifp->if_csum;
131 ifp->if_csum = csum;
146 struct qib_flash *ifp; local
200 ifp = (struct qib_flash *)buf;
202 csum = flash_csum(ifp, 0);
203 if (csum != ifp->if_csum) {
205 "0x%x, not 0x%x\n", csum, ifp
296 struct qib_flash *ifp; local
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_linux.c72 struct brcmf_if *ifp; local
78 ifp = drvr->iflist[i];
79 if (ifp && !strncmp(ifp->ndev->name, name, IFNAMSIZ))
258 struct brcmf_if *ifp = netdev_priv(ndev); local
259 struct brcmf_pub *drvr = ifp->drvr;
269 struct brcmf_if *ifp = netdev_priv(ndev); local
270 struct brcmf_pub *drvr = ifp->drvr;
302 struct brcmf_if *ifp = netdev_priv(ndev); local
303 struct brcmf_pub *drvr = ifp
392 struct brcmf_if *ifp; local
486 struct brcmf_if *ifp = netdev_priv(ndev); local
587 struct brcmf_if *ifp = netdev_priv(ndev); local
713 struct brcmf_if *ifp = netdev_priv(ndev); local
734 struct brcmf_if *ifp = netdev_priv(ndev); local
780 struct brcmf_if *ifp = netdev_priv(ndev); local
797 struct brcmf_if *ifp = netdev_priv(ndev); local
849 struct brcmf_if *ifp; local
900 struct brcmf_if *ifp; local
1130 struct brcmf_if *ifp = netdev_priv(ndev); local
[all...]
/drivers/block/aoe/
H A Daoenet.c48 is_aoe_netif(struct net_device *ifp) argument
64 if (strlen(ifp->name) == len && !strncmp(ifp->name, p, len))
102 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev) argument
107 if (dev_net(ifp) != &init_net)
115 if (!is_aoe_netif(ifp))
H A Daoecmd.c74 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src);
100 t->ifp++;
101 if (t->ifp >= &t->ifs[NAOEIFS] || t->ifp->nd == NULL)
102 t->ifp = t->ifs;
103 if (t->ifp->nd == NULL) {
150 && (*t)->ifp->nd) {
225 bcnt = t->ifp->maxbcnt;
282 skb->dev = t->ifp->nd;
298 struct net_device *ifp; local
425 ejectif(struct aoetgt *t, struct aoeif *ifp) argument
482 struct aoeif *ifp; local
749 struct aoeif *ifp; local
970 struct aoeif *ifp; local
[all...]
H A Daoeblk.c55 struct aoeif *ifp, *e; local
64 ifp = (*t)->ifs;
65 e = ifp + NAOEIFS;
66 for (; ifp < e && ifp->nd; ifp++) {
68 if (*nnd == ifp->nd)
71 *nd++ = ifp->nd;
H A Daoe.h136 struct aoeif *ifp; /* current aoeif in use */ member in struct:aoetgt
201 int is_aoe_netif(struct net_device *ifp);
/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c676 static u8 flash_csum(struct ipath_flash *ifp, int adjust) argument
678 u8 *ip = (u8 *) ifp;
686 len = ifp->if_length;
691 csum -= ifp->if_csum;
694 ifp->if_csum = csum;
709 struct ipath_flash *ifp; local
767 ifp = (struct ipath_flash *)buf;
769 csum = flash_csum(ifp, 0);
770 if (csum != ifp->if_csum) {
772 "0x%x, not 0x%x\n", csum, ifp
868 struct ipath_flash *ifp; local
[all...]
/drivers/net/wireless/bcmdhd/
H A Ddhd_linux.c1080 dhd_op_if(dhd_if_t *ifp) argument
1088 if (!ifp || !ifp->info || !ifp->idx)
1090 ASSERT(ifp && ifp->info && ifp->idx); /* Virtual interfaces only */
1091 dhd = ifp->info;
1093 DHD_TRACE(("%s: idx %d, state %d\n", __FUNCTION__, ifp->idx, ifp
1603 dhd_if_t *ifp; local
1861 dhd_if_t *ifp; local
2796 dhd_if_t *ifp; local
2843 dhd_if_t *ifp; local
4126 dhd_if_t *ifp; local
4698 dhd_if_t *ifp; local
[all...]
/drivers/usb/core/
H A Dconfig.c146 int asnum, struct usb_host_interface *ifp, int num_ep,
178 if (ifp->desc.bNumEndpoints >= num_ep)
181 endpoint = &ifp->endpoint[ifp->desc.bNumEndpoints];
182 ++ifp->desc.bNumEndpoints;
145 usb_parse_endpoint(struct device *ddev, int cfgno, int inum, int asnum, struct usb_host_interface *ifp, int num_ep, unsigned char *buffer, int size) argument
/drivers/staging/slicoss/
H A Dslic.h403 void *ifp; member in struct:adapter

Completed in 186 milliseconds