Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2428 ULP_SGE64 stage_sge; in emlxs_pkt_to_sgl() local
2484 stage_sge.offset = 0; in emlxs_pkt_to_sgl()
2485 stage_sge.type = 0; in emlxs_pkt_to_sgl()
2486 stage_sge.last = 0; in emlxs_pkt_to_sgl()
2495 BE_SWAP32_BCOPY((uint8_t *)&stage_sge, in emlxs_pkt_to_sgl()
2502 stage_sge.addrHigh = in emlxs_pkt_to_sgl()
2504 stage_sge.addrLow = in emlxs_pkt_to_sgl()
2506 stage_sge.length = len; in emlxs_pkt_to_sgl()
2508 stage_sge.offset = cnt; in emlxs_pkt_to_sgl()
2511 emlxs_data_dump(port, "SGE", (uint32_t *)&stage_sge, in emlxs_pkt_to_sgl()
[all …]