Searched defs:tbi (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/freescale/
H A Dfsl_pq_mdio.c300 .compatible = "fsl,gianfar-tbi",
322 .compatible = "fsl,etsec2-tbi",
376 struct device_node *tbi; local
426 for_each_child_of_node(np, tbi) {
427 if (strcmp(tbi->type, "tbi-phy") == 0) {
429 strrchr(tbi->full_name, '/') + 1);
434 if (tbi) {
435 const u32 *prop = of_get_property(tbi, "reg", NULL);
441 tbi
[all...]
/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c312 vmxnet3_unmap_tx_buf(struct vmxnet3_tx_buf_info *tbi, argument
315 if (tbi->map_type == VMXNET3_MAP_SINGLE)
316 dma_unmap_single(&pdev->dev, tbi->dma_addr, tbi->len,
318 else if (tbi->map_type == VMXNET3_MAP_PAGE)
319 dma_unmap_page(&pdev->dev, tbi->dma_addr, tbi->len,
322 BUG_ON(tbi->map_type != VMXNET3_MAP_NONE);
324 tbi->map_type = VMXNET3_MAP_NONE; /* to help debugging */
401 struct vmxnet3_tx_buf_info *tbi; local
667 struct vmxnet3_tx_buf_info *tbi = NULL; local
[all...]

Completed in 61 milliseconds