Home
last modified time | relevance | path

Searched +defs:a +defs:link (Results 76 – 96 of 96) sorted by relevance

1234

/openbmc/linux/net/core/
H A Drtnetlink.c216 struct rtnl_link *link, *old; in rtnl_register_internal() local
331 struct rtnl_link *link; in rtnl_unregister() local
364 struct rtnl_link *link; in rtnl_unregister_all() local
939 static void copy_rtnl_link_stats(struct rtnl_link_stats *a, in copy_rtnl_link_stats()
4014 struct rtnl_link *link; in rtnl_dump_all() local
6368 struct rtnl_link *link; in rtnetlink_rcv_msg() local
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h875 unsigned int link; member
927 #define wr32(a, reg, value) writel((value), ((a)->hw_addr + (reg))) argument
928 #define rd32(a, reg) readl((a)->hw_addr + (reg)) argument
929 #define rd32a(a, reg, offset) ( \ argument
931 #define wr32a(a, reg, off, val) \ argument
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2600 struct list_head link; member
2606 struct list_head link; member
2626 struct list_head link; member
4164 static inline bool __atomic_add_ifless(atomic_t *v, int a, int u) in __atomic_add_ifless()
4192 static inline bool __atomic_dec_ifmoe(atomic_t *v, int a, int u) in __atomic_dec_ifmoe()
H A Dbnx2x.h753 #define SUB_S16(a, b) (s16)((s16)(a) - (s16)(b)) argument
754 #define SUB_S32(a, b) (s32)((s32)(a) - (s32)(b)) argument
1334 struct list_head link; member
/openbmc/linux/include/linux/
H A Dphy.h185 static inline void phy_interface_and(unsigned long *dst, const unsigned long *a, in phy_interface_and()
191 static inline void phy_interface_or(unsigned long *dst, const unsigned long *a, in phy_interface_or()
662 unsigned link:1; member
H A Dnfs_xdr.h33 static inline int nfs_fsid_equal(const struct nfs_fsid *a, const struct nfs_fsid *b) in nfs_fsid_equal()
1774 int (*link) (struct inode *, struct inode *, const struct qstr *); member
H A Dnetdevice.h872 static inline bool netdev_phys_item_id_same(struct netdev_phys_item_id *a, in netdev_phys_item_id_same()
1001 struct bpf_xdp_link *link; member
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c860 struct fc_port *sess, enum qlt_plogi_link_t link) in qlt_plogi_ack_link()
4456 struct atio_from_isp *a = (struct atio_from_isp *)iocb; in qlt_issue_task_mgmt() local
4513 struct atio_from_isp *a = (struct atio_from_isp *)iocb; in qlt_handle_task_mgmt() local
4540 struct atio_from_isp *a = (struct atio_from_isp *)iocb; in __qlt_abort_task() local
/openbmc/linux/drivers/md/
H A Ddm-integrity.c1308 struct rb_node **link; in add_journal_node() local
3447 #define EMIT_ALG(a, n) \ in dm_integrity_status() argument
3772 static void free_alg(struct alg_spec *a) in free_alg()
3779 static int get_alg_and_key(const char *arg, struct alg_spec *a, char **error, char *error_inval) in get_alg_and_key()
3813 static int get_mac(struct crypto_shash **hash, struct alg_spec *a, char **error, in get_mac()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c490 static inline void build_rx_desc(struct ns83820 *dev, __le32 *desc, dma_addr_t link, dma_addr_t buf… in build_rx_desc()
1861 unsigned a, b; local
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c294 struct tc_edp_link link; member
316 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c203 __le64 a; in e1000e_dump() member
211 __le64 a; in e1000e_dump() member
2058 struct e1000_adapter *a = adapter; in e1000e_set_interrupt_capability() local
5192 u32 link, tctl, pcim_state; in e1000_watchdog_task() local
/openbmc/linux/kernel/trace/
H A Dtrace.h1258 #define C(a, b) TRACE_ITER_##a##_BIT argument
1271 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
1320 struct list_head link; member
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2146 struct rb_node **link = &((struct rb_root_cached *)root)->rb_root.rb_node; in __bpf_rbtree_add() local
2177 bool (less)(struct bpf_rb_node *a, const struct bpf_rb_node *b), in bpf_rbtree_add_impl()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h280 int link; /* store the link status of mac & phy (if phy exists) */ member
635 #define hclge_read_dev(a, reg) \ argument
637 #define hclge_write_dev(a, reg, value) \ argument
/openbmc/linux/include/net/
H A Dxfrm.h1016 int link; /* ifindex of underlying L2 interface */ member
1808 static inline bool xfrm6_addr_equal(const xfrm_address_t *a, in xfrm6_addr_equal()
1815 static inline bool xfrm_addr_equal(const xfrm_address_t *a, in xfrm_addr_equal()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c577 struct my_u0 { u64 a; u64 b; } *u0; in ixgbe_dump() member
5102 int link, tc, kb, marker; in ixgbe_hpbthresh() local
9450 const struct tc_action *a; in parse_tc_actions() local
9678 struct ixgbe_jump_table *link = adapter->jump_tables[i]; in ixgbe_configure_clsu32() local
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c3289 static unsigned int niu_hash_rxaddr(struct rx_ring_info *rp, u64 a) in niu_hash_rxaddr()
3298 struct page ***link) in niu_find_rxpage()
3390 struct page *page, **link; in niu_rx_pkt_ignore() local
3437 struct page *page, **link; in niu_process_rx_pkt() local
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3202 u16 a, b; in cxgb4_mgmt_fill_vf_station_mac_addr() local
3413 int link) in cxgb4_mgmt_set_vf_link_state()
/openbmc/qemu/target/m68k/
H A Dtranslate.c2827 DISAS_INSN(link) in DISAS_INSN() argument
6129 floatx80 a = { .high = high, .low = low }; in floatx80_to_double() local
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c360 struct my_u0 { __le64 a; __le64 b; } *u0; in igb_dump() member
5527 u32 link; in igb_watchdog_task() local

1234