Home
last modified time | relevance | path

Searched defs:bnx2fc_mp_req (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
Dbnx2fc.h386 struct bnx2fc_mp_req { struct
387 u8 tm_flags;
389 u32 req_len;
390 void *req_buf;
391 dma_addr_t req_buf_dma;
392 struct fcoe_bd_ctx *mp_req_bd;
393 dma_addr_t mp_req_bd_dma;
394 struct fc_frame_header req_fc_hdr;
396 u32 resp_len;
397 void *resp_buf;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc.h389 struct bnx2fc_mp_req { struct
390 u8 tm_flags;
392 u32 req_len;
393 void *req_buf;
394 dma_addr_t req_buf_dma;
395 struct fcoe_bd_ctx *mp_req_bd;
396 dma_addr_t mp_req_bd_dma;
397 struct fc_frame_header req_fc_hdr;
399 u32 resp_len;
400 void *resp_buf;
[all …]