Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h412 ULP_BDE64 rcvBde;
477 ULP_BDE64 elsReq;
543 ULP_BDE64 ebde1; /* Word 12:14 */
544 ULP_BDE64 ebde2; /* Word 15:17 */
545 ULP_BDE64 ebde3; /* Word 18:20 */
546 ULP_BDE64 ebde4; /* Word 21:23 */
547 ULP_BDE64 ebde5; /* Word 24:26 */
548 ULP_BDE64 ebde6; /* Word 27:29 */
605 ULP_BDE64 cont64[2]; /* up to 2 64 bit */
H A Demlxs_queue.h545 ULP_BDE64 Payload;
578 ULP_BDE64 Payload;
602 ULP_BDE64 Payload;
634 ULP_BDE64 Payload;
672 ULP_BDE64 Payload;
912 ULP_BDE64 FirstData;
H A Demlxs_mbox.h304 ULP_BDE64 bde;
543 ULP_BDE64 xmit_bde64;
544 ULP_BDE64 rcv_bde64;
951 ULP_BDE64 sp64;
1039 ULP_BDE64 sp64;
1218 ULP_BDE64 VPDBde;
1344 ULP_BDE64 sp64;
1611 ULP_BDE64 lilpBde64;
2117 ULP_BDE64 bde;
2139 ULP_BDE64 bde;
[all …]
H A Demlxs_hw.h1851 } ULP_BDE64; typedef
1859 ULP_BDE64 fccmd_payload;
1860 ULP_BDE64 fcrsp_payload;
1861 ULP_BDE64 fcdat_payload;
1862 ULP_BDE64 pat0;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2259 static ULP_BDE64 *
2260 emlxs_pkt_to_bpl(fc_packet_t *pkt, ULP_BDE64 *bpl, uint32_t bpl_type) in emlxs_pkt_to_bpl()
2351 ULP_BDE64 *bpl; in emlxs_sli2_bde_setup()
2374 bpl = (ULP_BDE64 *)bmp->virt; in emlxs_sli2_bde_setup()
2491 ULP_BDE64 *bde; in emlxs_sli3_bde_setup()
2557 bde = (ULP_BDE64 *)&iocb->unsli3.ext_iocb.ebde2; in emlxs_sli3_bde_setup()
2650 ULP_BDE64 *bpl; in emlxs_sli2_fct_bde_setup()
2694 bpl = (ULP_BDE64 *)bmp->virt; in emlxs_sli2_fct_bde_setup()
2714 iocb->un.fcpt64.bdl.bdeSize = sizeof (ULP_BDE64); in emlxs_sli2_fct_bde_setup()
H A Demlxs_solaris.c11945 if (sizeof (ULP_BDE64) != size) { in emlxs_integrity_check()
11947 DRIVER_NAME, ddiinst, (int)sizeof (ULP_BDE64)); in emlxs_integrity_check()