Searched refs:bnxe_reg_data (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c936 struct bnxe_reg_data * pData)
951 struct bnxe_reg_data * pData)
1010 struct bnxe_reg_data * pData)
1353 if ((pIoctl->ioc_count != sizeof(struct bnxe_reg_data)) ||
1355 (miocpullup(pMblk, sizeof(struct bnxe_reg_data)) < 0))
1361 if (!BnxeReadReg(pUM, (struct bnxe_reg_data *)pMblk->b_cont->b_rptr))
1374 if ((pIoctl->ioc_count != sizeof(struct bnxe_reg_data)) ||
1376 (miocpullup(pMblk, sizeof(struct bnxe_reg_data)) < 0))
1382 if (!BnxeWriteReg(pUM, (struct bnxe_reg_data *)pMblk->b_cont->b_rptr))
1437 if ((pIoctl->ioc_count != sizeof(struct bnxe_reg_data)) ||
[all...]
H A Dbnxe.h719 struct bnxe_reg_data struct

Completed in 82 milliseconds