Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.c2070 uint32_t dat_siz, buf_size, sz; in edif_doorbell_show() local
2092 dat_siz = 0; in edif_doorbell_show()
2100 dat_siz += sizeof(ap->port_id); in edif_doorbell_show()
2104 dat_siz += sizeof(ap->port_id); in edif_doorbell_show()
2110 dat_siz += sizeof(struct edif_sa_update_aen); in edif_doorbell_show()
2116 dat_siz += 4; in edif_doorbell_show()
2130 ap->event_data_size = dat_siz; in edif_doorbell_show()
2132 buf_size += dat_siz + 8; in edif_doorbell_show()