Searched refs:FCOE_KWQE_LAYER_CODE (Results 1 – 2 of 2) sorted by relevance
40 (FCOE_KWQE_LAYER_CODE << FCOE_KWQE_HEADER_LAYER_CODE_SHIFT); in bnx2fc_send_stat_req()79 fcoe_init1.hdr.flags = (FCOE_KWQE_LAYER_CODE << in bnx2fc_send_fw_fcoe_init_msg()102 fcoe_init2.hdr.flags = (FCOE_KWQE_LAYER_CODE << in bnx2fc_send_fw_fcoe_init_msg()126 fcoe_init3.hdr.flags = (FCOE_KWQE_LAYER_CODE << in bnx2fc_send_fw_fcoe_init_msg()156 fcoe_destroy.hdr.flags = (FCOE_KWQE_LAYER_CODE << in bnx2fc_send_fw_fcoe_destroy_msg()195 (FCOE_KWQE_LAYER_CODE << FCOE_KWQE_HEADER_LAYER_CODE_SHIFT); in bnx2fc_send_session_ofld_req()219 (FCOE_KWQE_LAYER_CODE << FCOE_KWQE_HEADER_LAYER_CODE_SHIFT); in bnx2fc_send_session_ofld_req()237 (FCOE_KWQE_LAYER_CODE << FCOE_KWQE_HEADER_LAYER_CODE_SHIFT); in bnx2fc_send_session_ofld_req()312 (FCOE_KWQE_LAYER_CODE << FCOE_KWQE_HEADER_LAYER_CODE_SHIFT); in bnx2fc_send_session_ofld_req()374 (FCOE_KWQE_LAYER_CODE << FCOE_KWQE_HEADER_LAYER_CODE_SHIFT); in bnx2fc_send_session_enable_req()[all …]
29 #define FCOE_KWQE_LAYER_CODE (7) macro