Home
last modified time | relevance | path

Searched refs:fip_op (Results 1 – 7 of 7) 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()
138 op = ntohs(fiph->fip_op); in qedf_fip_send()
188 op = ntohs(fiph->fip_op); in qedf_fip_recv()
/linux/drivers/scsi/fnic/
H A Dfip.c70 .fip_op = cpu_to_be16(FIP_OP_VLAN), in fnic_fcoe_send_vlan_req()
210 .fip_ver = FIP_VER_ENCAPS(FIP_VER), .fip_op = cpu_to_be16(FIP_OP_DISC), in fnic_fcoe_start_fcf_discovery()
376 .fip_op = cpu_to_be16(FIP_OP_LS), in fnic_fcoe_start_flogi()
699 op = be16_to_cpu(fiph->fip_op); in fdls_fip_recv_frame()
821 .fip_op = cpu_to_be16(FIP_OP_CTRL), in fnic_handle_enode_ka_timer()
875 .fip_op = cpu_to_be16(FIP_OP_CTRL), in fnic_handle_vn_ka_timer()
H A Dfip.h142 u16 op = be16_to_cpu(fiph->fip_op); in fnic_debug_dump_fip_frame()
/linux/include/scsi/fc/
H A Dfc_fip.h47 __be16 fip_op; /* operation code */ member
/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c402 sol->fip.fip_op = htons(FIP_OP_DISC); in fcoe_ctlr_solicit()
561 kal->fip.fip_op = htons(FIP_OP_CTRL); in fcoe_ctlr_send_keep_alive()
644 cap->fip.fip_op = htons(FIP_OP_LS); in fcoe_ctlr_encaps()
1552 op = ntohs(fiph->fip_op); in fcoe_ctlr_recv_handler()
2058 frame->fip.fip_op = htons(FIP_OP_VN2VN); in fcoe_ctlr_vn_send()
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()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1106 op = ntohs(fiph->fip_op); in bnx2fc_fip_send()