Home
last modified time | relevance | path

Searched refs:nsg (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/usr.sbin/iscsid/
HDlogin.c56 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/
HDmlx4_icm.c59 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()
HDicm.h52 int nsg; member
103 if (++iter->page_idx >= iter->chunk->nsg) { in mlx4_icm_next()
/freebsd-13-stable/sys/dev/mthca/
HDmthca_memfree.c67 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()
HDmthca_memfree.h52 int nsg; member
114 if (++iter->page_idx >= iter->chunk->nsg) { in mthca_icm_next()
/freebsd-13-stable/usr.sbin/ctld/
HDlogin.c47 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/
HDiscontrol.h84 int nsg; // next stage member
/freebsd-13-stable/share/misc/
HDcommitters-doc.dot93 sg [label="Stephen Gregoratto\nsg@FreeBSD.org\n2019/09/10"]