Home
last modified time | relevance | path

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

/titanic_41/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.h543 ULP_BDE64 Payload;
576 ULP_BDE64 Payload;
600 ULP_BDE64 Payload;
632 ULP_BDE64 Payload;
670 ULP_BDE64 Payload;
910 ULP_BDE64 FirstData;
H A Demlxs_mbox.h303 ULP_BDE64 bde;
484 ULP_BDE64 dl_from_bde64;
542 ULP_BDE64 xmit_bde64;
543 ULP_BDE64 rcv_bde64;
926 ULP_BDE64 sp64;
1014 ULP_BDE64 sp64;
1193 ULP_BDE64 VPDBde;
1264 ULP_BDE64 sp64;
1531 ULP_BDE64 lilpBde64;
1774 ULP_BDE64 dl_from_bde64;
[all …]
H A Demlxs_hw.h1823 } ULP_BDE64; typedef
1831 ULP_BDE64 fccmd_payload;
1832 ULP_BDE64 fcrsp_payload;
1833 ULP_BDE64 fcdat_payload;
1834 ULP_BDE64 pat0;
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2254 static ULP_BDE64 *
2255 emlxs_pkt_to_bpl(fc_packet_t *pkt, ULP_BDE64 *bpl, uint32_t bpl_type) in emlxs_pkt_to_bpl()
2346 ULP_BDE64 *bpl; in emlxs_sli2_bde_setup()
2369 bpl = (ULP_BDE64 *)bmp->virt; in emlxs_sli2_bde_setup()
2486 ULP_BDE64 *bde; in emlxs_sli3_bde_setup()
2552 bde = (ULP_BDE64 *)&iocb->unsli3.ext_iocb.ebde2; in emlxs_sli3_bde_setup()
2645 ULP_BDE64 *bpl; in emlxs_sli2_fct_bde_setup()
2689 bpl = (ULP_BDE64 *)bmp->virt; in emlxs_sli2_fct_bde_setup()
2709 iocb->un.fcpt64.bdl.bdeSize = sizeof (ULP_BDE64); in emlxs_sli2_fct_bde_setup()
H A Demlxs_solaris.c11922 if (sizeof (ULP_BDE64) != size) { in emlxs_integrity_check()
11924 DRIVER_NAME, ddiinst, (int)sizeof (ULP_BDE64)); in emlxs_integrity_check()