Searched refs:nsg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/usr.sbin/iscsid/ |
| HD | login.c | 56 login_set_nsg(struct pdu *request, int nsg) in login_set_nsg() argument 60 assert(nsg == BHSLR_STAGE_SECURITY_NEGOTIATION || in login_set_nsg() 61 nsg == BHSLR_STAGE_OPERATIONAL_NEGOTIATION || in login_set_nsg() 62 nsg == BHSLR_STAGE_FULL_FEATURE_PHASE); in login_set_nsg() 67 bhslr->bhslr_flags |= nsg; in login_set_nsg() 276 int nsg; in login_new_request() local 286 nsg = BHSLR_STAGE_OPERATIONAL_NEGOTIATION; in login_new_request() 289 nsg = BHSLR_STAGE_FULL_FEATURE_PHASE; in login_new_request() 296 login_set_nsg(request, nsg); in login_new_request()
|
| /freebsd-13-stable/sys/dev/mlx4/mlx4_core/ |
| HD | mlx4_icm.c | 59 if (chunk->nsg > 0) in mlx4_free_icm_pages() 170 chunk->nsg = 0; in mlx4_alloc_icm() 196 ++chunk->nsg; in mlx4_alloc_icm() 198 chunk->nsg = pci_map_sg(dev->persist->pdev, chunk->mem, in mlx4_alloc_icm() 202 if (chunk->nsg <= 0) in mlx4_alloc_icm() 213 chunk->nsg = pci_map_sg(dev->persist->pdev, chunk->mem, in mlx4_alloc_icm() 217 if (chunk->nsg <= 0) in mlx4_alloc_icm()
|
| HD | icm.h | 52 int nsg; member 103 if (++iter->page_idx >= iter->chunk->nsg) { in mlx4_icm_next()
|
| /freebsd-13-stable/sys/dev/mthca/ |
| HD | mthca_memfree.c | 67 if (chunk->nsg > 0) in mthca_free_icm_pages() 165 chunk->nsg = 0; in mthca_alloc_icm() 184 ++chunk->nsg; in mthca_alloc_icm() 186 chunk->nsg = pci_map_sg(dev->pdev, chunk->mem, in mthca_alloc_icm() 190 if (chunk->nsg <= 0) in mthca_alloc_icm() 206 chunk->nsg = pci_map_sg(dev->pdev, chunk->mem, in mthca_alloc_icm() 210 if (chunk->nsg <= 0) in mthca_alloc_icm()
|
| HD | mthca_memfree.h | 52 int nsg; member 114 if (++iter->page_idx >= iter->chunk->nsg) { in mthca_icm_next()
|
| /freebsd-13-stable/usr.sbin/ctld/ |
| HD | login.c | 47 login_set_nsg(struct pdu *response, int nsg) in login_set_nsg() argument 51 assert(nsg == BHSLR_STAGE_SECURITY_NEGOTIATION || in login_set_nsg() 52 nsg == BHSLR_STAGE_OPERATIONAL_NEGOTIATION || in login_set_nsg() 53 nsg == BHSLR_STAGE_FULL_FEATURE_PHASE); in login_set_nsg() 58 bhslr->bhslr_flags |= nsg; in login_set_nsg()
|
| /freebsd-13-stable/sbin/iscontrol/ |
| HD | iscontrol.h | 84 int nsg; // next stage member
|
| /freebsd-13-stable/share/misc/ |
| HD | committers-doc.dot | 93 sg [label="Stephen Gregoratto\nsg@FreeBSD.org\n2019/09/10"]
|