Searched refs:eth (Results 251 - 268 of 268) sorted by relevance

<<11

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2305 ether_addr_copy(qp->qp1_hdr.eth.dmac_h, ah->qplib_ah.dmac);
2306 ether_addr_copy(qp->qp1_hdr.eth.smac_h, qp->qplib_qp.smac);
2311 qp->qp1_hdr.eth.type = cpu_to_be16(ether_type);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h271 struct eth_stats eth; member in struct:port_stats
H A Dqed_vf.c1671 struct qed_eth_cb_ops *ops = hwfn->cdev->protocol_ops.eth;
H A Dqed_main.c3186 ops->get_protocol_tlv_data(cdev->ops_cookie, &tlv_buf->eth);
H A Dqed_sriov.c2243 struct qed_eth_cb_ops *ops = p_hwfn->cdev->protocol_ops.eth;
H A Dqed_hsi.h3252 /* The eth storm context for the Tstorm */
3257 /* The eth storm context for the Pstorm */
3262 /* The eth storm context for the Xstorm */
3530 /* The eth storm context for the Ystorm */
3752 /* The eth storm context for the Ustorm */
3757 /* The eth storm context for the Mstorm */
3762 /* eth connection context */
3904 /* eth IPv4 Fragment Type */
3939 /* Return code from eth sp ramrods */
4021 /* eth vpor
9663 struct pstorm_fcoe_eth_context_section eth; member in struct:pstorm_fcoe_conn_st_ctx
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c2747 memcpy(&ib_spec->eth.val, kern_spec_val, actual_filter_sz);
2748 memcpy(&ib_spec->eth.mask, kern_spec_mask, actual_filter_sz);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1165 struct ethhdr *eth = (struct ethhdr *)(skb->data); local
1173 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth);
H A Den_main.c2032 struct mlx5_wqe_eth_seg *eseg = &wqe->eth;
6356 { .name = MLX5_ADEV_NAME ".eth", },
6363 .name = "eth",
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h592 u8 cl_id; /* eth client id */
1081 struct eth_context eth; member in union:cdu_context
H A Dbnx2x_sriov.c2079 q->cxt = &((base_cxt + i)->eth);
2734 /* remove existing eth macs */
2738 BNX2X_ERR("failed to delete eth macs\n");
H A Dbnx2x_main.c8785 &bp->context[cxt_index].vcxt[cxt_offset].eth;
14459 vcxt[cxt_offset].eth,
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h3665 struct xstorm_fcoe_eth_context_section eth; member in struct:xstorm_fcoe_st_context
/linux-master/include/rdma/
H A Dib_verbs.h2068 struct ib_flow_spec_eth eth; member in union:ib_flow_spec
/linux-master/drivers/pinctrl/renesas/
H A Dpfc-r8a7791.c5356 SH_PFC_FUNCTION(eth),
H A Dpfc-r8a7790.c4862 SH_PFC_FUNCTION(eth),
H A Dpfc-r8a7794.c4579 SH_PFC_FUNCTION(eth),
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c14478 struct ethhdr *eth = (struct ethhdr *)skb_mac_header(skb); local
14483 if (ether_addr_equal(dev->dev_addr, eth->h_dest)) {
14489 ether_addr_copy(key.dst_mac_addr, eth->h_dest);

Completed in 659 milliseconds

<<11