Searched refs:ql_sem_spinlock (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c240 if (ql_sem_spinlock(qlge, QL_FLASH_SEM_MASK) != DDI_SUCCESS) {
889 if (ql_sem_spinlock(qlge, QL_FLASH_SEM_MASK)) {
953 if (ql_sem_spinlock(qlge, QL_FLASH_SEM_MASK)) {
1401 if (ql_sem_spinlock(qlge, QL_FLASH_SEM_MASK)) {
H A Dqlge_gld.c354 if (ql_sem_spinlock(qlge, qlge->xgmac_sem_mask) !=
375 if (ql_sem_spinlock(qlge, qlge->xgmac_sem_mask) !=
415 ret = ql_sem_spinlock(qlge, SEM_MAC_ADDR_MASK);
H A Dqlge_mpi.c132 if (ql_sem_spinlock(qlge, QL_PROCESSOR_SEM_MASK) != DDI_SUCCESS) {
178 if (ql_sem_spinlock(qlge, QL_PROCESSOR_SEM_MASK) != DDI_SUCCESS) {
H A Dqlge.c385 status = ql_sem_spinlock(qlge, SEM_ICB_MASK);
550 ql_sem_spinlock(qlge_t *qlge, uint32_t sem_mask) function
4603 if (ql_sem_spinlock(qlge, QL_MAC_PROTOCOL_SEM_MASK) != DDI_SUCCESS) {
4644 if (ql_sem_spinlock(qlge, QL_MAC_PROTOCOL_SEM_MASK) != DDI_SUCCESS) {
6145 if (ql_sem_spinlock(qlge, qlge->xgmac_sem_mask)) {
6892 status = ql_sem_spinlock(qlge, SEM_RT_IDX_MASK);
7855 status = ql_sem_spinlock(qlge, SEM_RT_IDX_MASK);
7986 (void) ql_sem_spinlock(qlge, SEM_RT_IDX_MASK);
H A Dqlge_dbg.c2629 if (ql_sem_spinlock(qlge, QL_PROCESSOR_SEM_MASK) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h854 extern int ql_sem_spinlock(qlge_t *, uint32_t);

Completed in 108 milliseconds