Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_ether.h109 #define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */ macro
/linux/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.c2646 if (eh->h_proto == htons(ETH_P_FIP)) { in qedf_ll2_process_skb()
/linux/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()
2055 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2102 skb->protocol = htons(ETH_P_FIP); in fcoe_ctlr_vn_send()
2922 frame->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_vlan_send()
2938 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()
574 if (ntohs(frame->eth.h_proto) == ETH_P_FIP && in fcoe_fip_send()
1813 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification()
2148 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
2153 app.protocol = ETH_P_FIP; in fcoe_dcb_create()
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c392 vlan->eth.h_proto = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
409 skb->protocol = htons(ETH_P_FIP); in fnic_fcoe_send_vlan_req()
627 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_handle_fip_frame()
675 if (eh->h_proto == htons(ETH_P_FIP)) { in fnic_import_rq_eth_pkt()
/linux/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.c8637 case htons(ETH_P_FIP): in ixgbe_select_queue()
/linux/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.c1945 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP)) in bnx2x_select_queue()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c860 ice_app_prot_id_type = ETH_P_FIP; in ice_cee_to_dcb_cfg()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c1713 ETH_P_FIP, 0); in qed_ll2_establish_connection()
2145 ETH_P_FIP, 0); in qed_ll2_terminate_connection()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1259 interface->fip_packet_type.type = htons(ETH_P_FIP); in bnx2fc_interface_setup()