Searched refs:lldev (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/net/caif/ |
D | chnl_net.c | 250 struct net_device *lldev; in chnl_net_open() local 270 lldev = dev_get_by_index(dev_net(dev), llifindex); in chnl_net_open() 272 if (lldev == NULL) { in chnl_net_open() 278 dev->needed_tailroom = tailroom + lldev->needed_tailroom; in chnl_net_open() 279 dev->hard_header_len = headroom + lldev->hard_header_len + in chnl_net_open() 280 lldev->needed_tailroom; in chnl_net_open() 289 mtu = min_t(int, dev->mtu, lldev->mtu - (headroom + tailroom)); in chnl_net_open() 292 dev_put(lldev); in chnl_net_open()
|
/linux-2.6.39/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 202 l2t_send(csk->cdev->lldev, skb, csk->l2t); in send_act_open_req() 283 l2t_send(csk->cdev->lldev, skb, csk->l2t); in send_abort_req() 306 cxgb3_ofld_send(csk->cdev->lldev, skb); in send_abort_rpl() 335 cxgb3_ofld_send(csk->cdev->lldev, skb); in send_rx_credits() 472 l2t_send(csk->cdev->lldev, skb, csk->l2t); in push_tx_frames() 486 cxgb3_free_atid(csk->cdev->lldev, csk->atid); in free_atid() 507 cxgb3_insert_tid(csk->cdev->lldev, &t3_client, csk, tid); in do_act_establish() 913 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; in l2t_put() 924 struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; in release_offload_resources() 975 struct t3cdev *t3dev = (struct t3cdev *)cdev->lldev; in init_act_open() [all …]
|
/linux-2.6.39/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1137 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in fw_vers_string_to_u64() local 1141 lldev->ethtool_ops->get_drvinfo(lldev, &info); in fw_vers_string_to_u64() 1164 memcpy(&props->sys_image_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6); in iwch_query_device() 1256 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_fw_ver() local 1259 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_fw_ver() 1269 struct net_device *lldev = iwch_dev->rdev.t3cdev_p->lldev; in show_hca() local 1272 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_hca() 1361 memcpy(&dev->ibdev.node_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6); in iwch_register_device()
|
D | cxio_hal.c | 935 netdev_p = rdev_p->t3cdev_p->lldev; in cxio_rdev_open()
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | t3cdev.h | 56 struct net_device *lldev; /* LL dev associated with T3C messages */ member
|
D | cxgb3_main.c | 1331 tdev->lldev = adapter->port[0]; in offload_open() 1343 if (sysfs_create_group(&tdev->lldev->dev.kobj, &offload_attr_group)) in offload_open() 1370 sysfs_remove_group(&tdev->lldev->dev.kobj, &offload_attr_group); in offload_close() 1375 tdev->lldev = NULL; in offload_close()
|
D | cxgb3_offload.c | 922 skb->dev = dev->lldev; in do_trace()
|
/linux-2.6.39/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 374 struct net_device *lldev = c4iw_dev->rdev.lldi.ports[0]; in show_hca() local 377 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_hca()
|
/linux-2.6.39/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 516 void *lldev; member
|
D | libcxgbi.c | 177 struct cxgbi_device *cxgbi_device_find_by_lldev(void *lldev) in cxgbi_device_find_by_lldev() argument 183 if (cdev->lldev == lldev) { in cxgbi_device_find_by_lldev() 190 "lldev 0x%p, NO match found.\n", lldev); in cxgbi_device_find_by_lldev()
|