Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/fc/
H A Dfc_fip.h65 FIP_OP_CTRL = 3, /* Keep Alive / Link Reset */ enumerator
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_fip.c214 } else if (op == FIP_OP_CTRL && sub == FIP_SC_CLR_VLINK) { in qedf_fip_recv()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c583 } else if (op == FIP_OP_CTRL && sub == FIP_SC_CLR_VLINK) { in fnic_fcoe_handle_fip_frame()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c561 kal->fip.fip_op = htons(FIP_OP_CTRL); in fcoe_ctlr_send_keep_alive()
1593 else if (op == FIP_OP_CTRL && sub == FIP_SC_CLR_VLINK) in fcoe_ctlr_recv_handler()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1109 if (op == FIP_OP_CTRL && sub == FIP_SC_SOL && bnx2fc_log_fka) in bnx2fc_fip_send()