Home
last modified time | relevance | path

Searched refs:FIP_OP_VLAN (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/qedf/
H A Dqedf_fip.c41 vlan->fip.fip_op = htons(FIP_OP_VLAN); in qedf_fcoe_send_vlan_req()
211 if (op == FIP_OP_VLAN && sub == FIP_SC_VL_NOTE) { in qedf_fip_recv()
/linux/include/scsi/fc/
H A Dfc_fip.h66 FIP_OP_VLAN = 4, /* VLAN discovery */ enumerator
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c395 vlan->fip.fip_op = htons(FIP_OP_VLAN); in fnic_fcoe_send_vlan_req()
586 } else if (op == FIP_OP_VLAN && sub == FIP_SC_VL_NOTE) { in fnic_fcoe_handle_fip_frame()
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c1574 if (fip_vlan_resp && op == FIP_OP_VLAN) { in fcoe_ctlr_recv_handler()
2925 frame->fip.fip_op = htons(FIP_OP_VLAN); in fcoe_ctlr_vlan_send()
H A Dfcoe.c575 ntohs(frame->fip.fip_op) == FIP_OP_VLAN && in fcoe_fip_send()