Home
last modified time | relevance | path

Searched refs:ETH_P_FIP (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_ether.h103 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_ether.h105 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_ether.h103 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_fip.c38 vlan->eth.h_proto = htons(ETH_P_FIP); in qedf_fcoe_send_vlan_req()
54 skb->protocol = htons(ETH_P_FIP); in qedf_fcoe_send_vlan_req()
H A Dqedf_main.c2632 if (eh->h_proto == htons(ETH_P_FIP)) { in qedf_ll2_process_skb()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c399 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
423 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
558 kal->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
581 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_send_keep_alive()
641 cap->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
674 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_encaps()
2063 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2110 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2930 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vlan_send()
2946 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vlan_send()
H A Dfcoe.c359 fcoe->fip_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
365 fcoe->fip_vlan_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
575 if (ntohs(frame->eth.h_proto) == ETH_P_FIP && in fcoe_fip_send()
1823 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification()
2162 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
2167 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfnic_fcs.c395 vlan->eth.h_proto = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
412 skb->protocol = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
630 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_handle_fip_frame()
678 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_import_rq_eth_pkt()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c686 etqf = ETH_P_FIP | IXGBE_ETQF_FILTER_EN; in ixgbe_configure_fcoe()
H A Dixgbe_main.c8535 case htons(ETH_P_FIP): in ixgbe_select_queue()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h975 start_params->class_fail_ethtype = ETH_P_FIP; in bnx2x_func_start()
H A Dbnx2x_cmn.c1934 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1667 ETH_P_FIP, 0); in qed_ll2_establish_connection()
2098 ETH_P_FIP, 0); in qed_ll2_terminate_connection()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1270 interface->fip_packet_type.type = htons(ETH_P_FIP); in bnx2fc_interface_setup()