Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/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.c1059 return dd->ipath_port0_skbinfo ? in ipath_get_egrbuf()
1060 (void *) dd->ipath_port0_skbinfo[bufnum].skb->data : NULL; in ipath_get_egrbuf()
2472 } else if (pd->port_port == 0 && dd->ipath_port0_skbinfo) { in ipath_free_pddata()
2474 struct ipath_skbinfo *skbinfo = dd->ipath_port0_skbinfo; in ipath_free_pddata()
2476 dd->ipath_port0_skbinfo = NULL; in ipath_free_pddata()
Dipath_kernel.h277 struct ipath_skbinfo *ipath_port0_skbinfo; member