Home
last modified time | relevance | path

Searched refs:lldev (Results 1 – 9 of 9) sorted by relevance

/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c183 l2t_send(csk->cdev->lldev, skb, csk->l2t); in send_act_open_req()
264 l2t_send(csk->cdev->lldev, skb, csk->l2t); in send_abort_req()
287 cxgb3_ofld_send(csk->cdev->lldev, skb); in send_abort_rpl()
316 cxgb3_ofld_send(csk->cdev->lldev, skb); in send_rx_credits()
453 l2t_send(csk->cdev->lldev, skb, csk->l2t); in push_tx_frames()
467 cxgb3_free_atid(csk->cdev->lldev, csk->atid); in free_atid()
488 cxgb3_insert_tid(csk->cdev->lldev, &t3_client, csk, tid); in do_act_establish()
894 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; in l2t_put()
905 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; in release_offload_resources()
956 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev; in init_act_open()
[all …]
/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1134 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in fw_vers_string_to_u64() local
1138 lldev->ethtool_ops->get_drvinfo(lldev, &info); in fw_vers_string_to_u64()
1161 memcpy(&props->sys_image_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6); in iwch_query_device()
1253 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_fw_ver() local
1256 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_fw_ver()
1266 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_hca() local
1269 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_hca()
1358 memcpy(&dev->ibdev.node_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6); in iwch_register_device()
Dcxio_hal.c935 netdev_p = rdev_p->t3cdev_p->lldev; in cxio_rdev_open()
/drivers/net/ethernet/chelsio/cxgb3/
Dt3cdev.h56 struct net_device *lldev; /* LL dev associated with T3C messages */ member
Dcxgb3_main.c1360 tdev->lldev = adapter->port[0]; in offload_open()
1372 if (sysfs_create_group(&tdev->lldev->dev.kobj, &offload_attr_group)) in offload_open()
1399 sysfs_remove_group(&tdev->lldev->dev.kobj, &offload_attr_group); in offload_close()
1404 tdev->lldev = NULL; in offload_close()
Dcxgb3_offload.c921 skb->dev = dev->lldev; in do_trace()
/drivers/infiniband/hw/cxgb4/
Dprovider.c379 struct net_device *lldev = c4iw_dev->rdev.lldi.ports[0]; in show_hca() local
382 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_hca()
/drivers/scsi/cxgbi/
Dlibcxgbi.c178 struct cxgbi_device *cxgbi_device_find_by_lldev(void *lldev) in cxgbi_device_find_by_lldev() argument
184 if (cdev->lldev == lldev) { in cxgbi_device_find_by_lldev()
191 "lldev 0x%p, NO match found.\n", lldev); in cxgbi_device_find_by_lldev()
Dlibcxgbi.h516 void *lldev; member