Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c182 struct fcoe_kwqe_conn_offload4 ofld_req4; in bnx2fc_send_session_ofld_req() local
311 ofld_req4.hdr.flags = in bnx2fc_send_session_ofld_req()
314 ofld_req4.e_d_tov_timer_val = lport->e_d_tov / 20; in bnx2fc_send_session_ofld_req()
324 ofld_req4.dst_mac_addr_lo[0] = ctlr->dest_addr[5]; in bnx2fc_send_session_ofld_req()
326 ofld_req4.dst_mac_addr_lo[1] = ctlr->dest_addr[4]; in bnx2fc_send_session_ofld_req()
327 ofld_req4.dst_mac_addr_mid[0] = ctlr->dest_addr[3]; in bnx2fc_send_session_ofld_req()
329 ofld_req4.dst_mac_addr_hi[0] = ctlr->dest_addr[1]; in bnx2fc_send_session_ofld_req()
330 ofld_req4.dst_mac_addr_hi[1] = ctlr->dest_addr[0]; in bnx2fc_send_session_ofld_req()
332 ofld_req4.lcq_addr_lo = (u32) tgt->lcq_dma; in bnx2fc_send_session_ofld_req()
336 ofld_req4.confq_pbl_base_addr_hi = in bnx2fc_send_session_ofld_req()
[all …]