Home
last modified time | relevance | path

Searched refs:ipath_port0_skbinfo (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_init_chip.c95 skbinfo = vmalloc(sizeof(*dd->ipath_port0_skbinfo) * egrcnt); in create_port0_egr()
126 dd->ipath_port0_skbinfo = skbinfo; in create_port0_egr()
129 dd->ipath_port0_skbinfo[e].phys = in create_port0_egr()
131 dd->ipath_port0_skbinfo[e].skb->data, in create_port0_egr()
137 dd->ipath_port0_skbinfo[e].phys); in create_port0_egr()
Dipath_driver.c1052 return dd->ipath_port0_skbinfo ? in ipath_get_egrbuf()
1053 (void *) dd->ipath_port0_skbinfo[bufnum].skb->data : NULL; in ipath_get_egrbuf()
2467 } else if (pd->port_port == 0 && dd->ipath_port0_skbinfo) { in ipath_free_pddata()
2469 struct ipath_skbinfo *skbinfo = dd->ipath_port0_skbinfo; in ipath_free_pddata()
2471 dd->ipath_port0_skbinfo = NULL; in ipath_free_pddata()
Dipath_kernel.h276 struct ipath_skbinfo *ipath_port0_skbinfo; member