Searched refs:upload (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/efcode/fcdriver/
H A DMakefile.com30 load_node.o upload.o get_req.o
H A Dupload.c113 debug_msg(DEBUG_UPLOAD, "Upload Properties: node %p upload: %d\n",
114 pd->node, pd->upload);
116 if (!pd->upload)
139 " upload: %d\n", d, pd->node, pd->upload);
140 if (pd->upload) {
176 FORTH(0, "upload-nodes", upload_nodes);
H A Dfcdebug.c73 log_message(MSG_DEBUG, "upload: %d\n", p->upload);
H A Dphandle.c164 pd->upload = (cdp->init_done == 1);
H A Dbuild_tree.c114 pd->upload = 0;
/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h61 int upload; member in struct:MY_PRIVATE_DATA
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1742 int upload = (action == EFX_STATS_UPLOAD); local
1756 MAC_STATS_IN_DMA, upload,
1775 EFSYS_ASSERT(!upload && !enable && !events);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3208 * upload path state
3357 * Initiates the TCP connection upload process.
4225 /* This is called as a result of a failured offload and not an upload...,
4245 /* we only notify FW if this delete is a result of upload, otherwise
4286 /* This is called as a result of a synchronous path upload */
4350 /* we can only have data in the peninsula if we didn't go via the upload flow (i.e. offload failure of some sort...)*/
4651 u8_t upload
4690 } else if(upload && !is_empty_peninsula)
4692 /* we did not indicate the received fin, AND we got upload request from FW, AND peninsula is not empty,
4694 Thus, we _may_ need to request for upload
[all...]

Completed in 71 milliseconds