Searched refs:iod (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netsmb/ |
H A D | smb_iod.c | 48 #define SMB_IOD_EVLOCKPTR(iod) (&((iod)->iod_evlock)) argument 49 #define SMB_IOD_EVLOCK(iod) smb_sl_lock(&((iod)->iod_evlock)) argument 50 #define SMB_IOD_EVUNLOCK(iod) smb_sl_unlock(&((iod)->iod_evlock)) argument 52 #define SMB_IOD_RQLOCKPTR(iod) (&((iod)->iod_rqlock)) argument 53 #define SMB_IOD_RQLOCK(iod) smb_sl_lock(&((iod)->iod_rqlock)) argument 54 #define SMB_IOD_RQUNLOCK(iod) smb_sl_unlock(&((iod)->iod_rqlock)) argument 56 #define smb_iod_wakeup(iod) wakeup(&(iod)->iod_flags) argument 62 static int smb_iod_sendall(struct smbiod *iod); 63 static int smb_iod_disconnect(struct smbiod *iod); 78 smb_iod_invrq(struct smbiod *iod) in smb_iod_invrq() argument [all …]
|
H A D | smb_conn.h | 459 int smb_iod_destroy(struct smbiod *iod); 460 int smb_iod_request(struct smbiod *iod, int event, void *ident);
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clnfsiod.c | 133 int iod, newmax; in sysctl_iodmax() local 151 iod = ncl_numasync - 1; in sysctl_iodmax() 153 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) in sysctl_iodmax() 154 wakeup(&ncl_iodwant[iod]); in sysctl_iodmax() 155 iod--; in sysctl_iodmax() 312 * If there are more than one iod on this mount, then defect in nfssvc_iod() 317 ("nfssvc_iod: iod %d defecting from mount %p\n", in nfssvc_iod()
|
H A D | nfs_clbio.c | 1405 int iod; in ncl_asyncio() 1436 * Find a free iod to process this request. in ncl_asyncio() 1438 for (iod = 0; iod < ncl_numasync; iod++) in ncl_asyncio() 1439 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) { in ncl_asyncio() 1454 NFS_DPF(ASYNCIO, ("ncl_asyncio: waking iod %d for mount %p\n", in ncl_asyncio() 1455 iod, nmp)); in ncl_asyncio() 1456 ncl_iodwant[iod] = NFSIOD_NOT_AVAILABLE; in ncl_asyncio() 1457 ncl_iodmount[iod] in ncl_asyncio() 1376 int iod; ncl_asyncio() local [all...] |
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 3587 struct bnxt_ioctl_data iod_storage, *iod = &iod_storage; in bnxt_priv_ioctl() local 3599 if ((rc = copyin(ioh, iod, iol)) != 0) in bnxt_priv_ioctl() 3602 switch (iod->hdr.type) { in bnxt_priv_ioctl() 3606 &iod->find; in bnxt_priv_ioctl() 3614 iod->hdr.rc = rc; in bnxt_priv_ioctl() 3615 rc = copyout(&iod->hdr.rc, &ioh->rc, in bnxt_priv_ioctl() 3618 iod->hdr.rc = 0; in bnxt_priv_ioctl() 3619 rc = copyout(iod, ioh, iol); in bnxt_priv_ioctl() 3626 struct bnxt_ioctl_hwrm_nvm_read *rd = &iod->read; in bnxt_priv_ioctl() 3645 iod->hdr.rc = rc; in bnxt_priv_ioctl() [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.h | 4184 iod:1, 4240 iod:1, 4305 iod:1, 4382 iod:1, 4440 iod:1, 4495 iod:1, 4566 iod:1, 4628 iod:1, 4690 iod:1, 4757 iod:1, [all …]
|
H A D | sli4.c | 6645 els->iod = SLI4_ELS_REQUEST64_DIR_READ; in sli_els_request64_wqe() 6921 iread->iod = 1; in sli_fcp_iread64_wqe() 7140 trecv->iod = 1; in sli_fcp_treceive64_wqe() 7536 gen->iod = SLI4_ELS_REQUEST64_DIR_READ; in sli_gen_request64_wqe() 7701 xmit->iod = SLI4_ELS_REQUEST64_DIR_READ; in sli_xmit_sequence64_wqe() 7792 bcast->iod = SLI4_ELS_REQUEST64_DIR_WRITE; in sli_xmit_bcast64_wqe() 7942 els->iod = SLI4_ELS_REQUEST64_DIR_WRITE; in sli_xmit_els_rsp64_wqe()
|