Searched refs:fcmd (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.c78 static void fcp_scsi_insert_queue (fc_channel *fc, fcp_cmnd *fcmd) argument
81 fc->scsi_que = fcmd;
82 fcmd->next = fcmd;
83 fcmd->prev = fcmd;
85 fc->scsi_que->prev->next = fcmd;
86 fcmd->prev = fc->scsi_que->prev;
87 fc->scsi_que->prev = fcmd;
88 fcmd
92 fcp_scsi_remove_queue(fc_channel *fc, fcp_cmnd *fcmd) argument
148 fcp_cmnd *fcmd; local
245 fcp_cmnd *fcmd; local
373 fcp_cmnd *fcmd; local
478 fcp_cmnd *fcmd; local
522 fcp_cmnd *fcmd; local
650 fcp_cmnd *fcmd; local
754 fcp_scsi_queue_it(fc_channel *fc, struct scsi_cmnd *SCpnt, fcp_cmnd *fcmd, int prepare) argument
832 fcp_cmnd *fcmd = FCP_CMND(SCpnt); local
855 fcp_cmnd *fcmd; local
869 fcp_cmnd *fcmd = FCP_CMND(SCpnt); local
913 fcp_cmnd *fcmd = FCP_CMND(SCpnt); local
943 fcp_els_queue_it(fc_channel *fc, fcp_cmnd *fcmd) argument
957 fcp_cmnd _fcmd, *fcmd; local
[all...]
H A Dsocal.c393 static int socal_hw_enque (fc_channel *fc, fcp_cmnd *fcmd) argument
404 if (fcmd->proto == TYPE_SCSI_FCP)
408 SOD(("Putting a FCP packet type %d into hw queue %d\n", fcmd->proto, qno))
431 switch (fcmd->proto) {
433 request->shdr.token = TOKEN(TYPE_SCSI_FCP, port->mask, fcmd->token);
434 request->data[0].base = fc->dma_scsi_cmd + fcmd->token * sizeof(fcp_cmd);
436 request->data[1].base = fc->dma_scsi_rsp + fcmd->token * fc->rsp_size;
438 if (fcmd->data) {
440 i = fc->scsi_cmd_pool[fcmd->token].fcp_data_len;
442 request->data[2].base = fcmd
[all...]
H A Dsoc.c354 static int soc_hw_enque (fc_channel *fc, fcp_cmnd *fcmd) argument
365 if (fcmd->proto == TYPE_SCSI_FCP)
369 SOD(("Putting a FCP packet type %d into hw queue %d\n", fcmd->proto, qno))
389 switch (fcmd->proto) {
391 request->shdr.token = TOKEN(TYPE_SCSI_FCP, port->mask, fcmd->token);
392 request->data[0].base = fc->dma_scsi_cmd + fcmd->token * sizeof(fcp_cmd);
394 request->data[1].base = fc->dma_scsi_rsp + fcmd->token * fc->rsp_size;
396 if (fcmd->data) {
398 i = fc->scsi_cmd_pool[fcmd->token].fcp_data_len;
400 request->data[2].base = fcmd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/rt-tester/
H A Drt-tester.py207 fcmd = open(fname, 'w') variable
208 fcmd.write(cmdstr)
209 fcmd.close()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpluto.c56 static int pluto_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd);
310 static int pluto_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd) argument
327 fcmd->did = fc->did;
H A Dfcal.c70 static int fcal_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd);
280 static int fcal_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd) argument
293 fcmd->did = target2alpa[SCpnt->device->id];
294 FCALD(("trying DID %06x\n", fcmd->did))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2pack.h126 unsigned char fcmd; // The flow control command (37) member in struct:_flowIn
H A Di2lib.c204 pCh->infl.fcmd = 37;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftp.c728 ftpport fcmd) /* start with this */
1007 for(; fcmd != DONE; fcmd++) {
1009 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd))
1013 if((PORT == fcmd) && sa->sa_family != AF_INET)
1030 if(EPRT == fcmd) {
1039 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd],
1054 else if(PORT == fcmd) {
1070 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp);
1084 ftpc->count1 = fcmd;
727 ftp_state_use_port(struct connectdata *conn, ftpport fcmd) argument
1842 ftpport fcmd = (ftpport)ftpc->count1; local
[all...]

Completed in 131 milliseconds