Home
last modified time | relevance | path

Searched refs:FIP_OP_VLAN (Results 1 – 4 of 4) 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/fcoe/
H A Dfcoe_ctlr.c1573 if (fip_vlan_resp && op == FIP_OP_VLAN) { in fcoe_ctlr_recv_handler()
2924 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()