Searched refs:get_link (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-get-link.m4 | 2 dnl # Supported get_link() interfaces checked newest to oldest. 8 const char *get_link(struct dentry *de, struct inode *ip, 12 .get_link = get_link, 18 const char *get_link(struct dentry *de, struct 22 .get_link = get_link, 50 dnl # The get_link interface has added a delayed done call and 53 AC_MSG_CHECKING([whether iops->get_link() passes delayed]) 63 dnl # get_link() which behaves the same as before except: 67 AC_MSG_CHECKING([whether iops->get_link() passes cookie]) 71 [iops->get_link() cookie]) [all …]
|
| H A D | kernel-put-link.m4 | 29 dnl # get_link() uses delayed done, there is no put_link() interface.
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_niccfg.c | 496 struct hinic_get_link get_link; in hinic_get_link_status() local 497 u16 out_size = sizeof(get_link); in hinic_get_link_status() 505 memset(&get_link, 0, sizeof(get_link)); in hinic_get_link_status() 506 get_link.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_get_link_status() 507 get_link.func_id = hinic_global_func_id(hwdev); in hinic_get_link_status() 510 &get_link, sizeof(get_link), in hinic_get_link_status() 511 &get_link, &out_size); in hinic_get_link_status() 512 if (err || !out_size || get_link.mgmt_msg_head.status) { in hinic_get_link_status() 514 err, get_link.mgmt_msg_head.status, out_size); in hinic_get_link_status() 518 *link_state = get_link.link_status; in hinic_get_link_status()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_if.h | 158 void (*get_link)(struct ecore_dev *edev, member
|
| H A D | qede_ethdev.c | 1435 qdev->ops->common->get_link(edev, &link); in qede_dev_info_get() 1466 qdev->ops->common->get_link(edev, &q_link); in qede_link_update() 2010 qdev->ops->common->get_link(edev, ¤t_link); in qede_flow_ctrl_set() 2045 qdev->ops->common->get_link(edev, ¤t_link); in qede_flow_ctrl_get()
|
| H A D | qede_main.c | 788 INIT_STRUCT_FIELD(get_link, &qed_get_current_link),
|
| /f-stack/dpdk/kernel/linux/kni/ |
| H A D | kni_net.c | 807 .get_link = ethtool_op_get_link,
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_inode.c | 709 .get_link = zpl_get_link,
|