Home
last modified time | relevance | path

Searched refs:enbl_req (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c363 struct fcoe_kwqe_conn_enable_disable enbl_req; in bnx2fc_send_session_enable_req() local
370 memset(&enbl_req, 0x00, in bnx2fc_send_session_enable_req()
373 enbl_req.hdr.flags = in bnx2fc_send_session_enable_req()
398 enbl_req.s_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_enable_req()
399 enbl_req.s_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_enable_req()
403 enbl_req.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_enable_req()
406 enbl_req.vlan_tag = interface->vlan_id << in bnx2fc_send_session_enable_req()
409 enbl_req.vlan_flag = interface->vlan_enabled; in bnx2fc_send_session_enable_req()
410 enbl_req.context_id = tgt->context_id; in bnx2fc_send_session_enable_req()
411 enbl_req.conn_id = tgt->fcoe_conn_id; in bnx2fc_send_session_enable_req()
[all …]
H A Dbnx2fc.h363 void *enbl_req; member