aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libfc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25[SCSI] libfc: Do not let disc work cancel itselfBhanu Prakash Gollapudi1-1/+1
2010-07-28[SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt1-11/+5
2010-07-28[SCSI] libfc: add interface to allocate a sequence for incoming requestsJoe Eykholt1-0/+7
2010-07-28[SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()Joe Eykholt1-0/+4
2010-07-28[SCSI] libfc: add fc_frame_sid() and fc_frame_did() functionsJoe Eykholt1-18/+0
2010-07-28[SCSI] libfc: eliminate rport LOGO stateJoe Eykholt1-2/+0
2010-07-28[SCSI] libfc: track FIP exchangesJoe Eykholt1-0/+2
2010-07-28[SCSI] libfc: add FLOGI state to rport for VN2VNJoe Eykholt1-0/+4
2010-07-28[SCSI] libfc: Add local port point-to-multipoint flagJoe Eykholt1-0/+2
2010-07-28[SCSI] libfc: add discovery-private pointer for LLDJoe Eykholt1-2/+7
2010-07-28[SCSI] libfc: provide space for LLD after remote port structureJoe Eykholt1-0/+2
2010-07-28[SCSI] libfc: convert rport lookup to be RCU safeJoe Eykholt1-0/+2
2010-07-27[SCSI] libfc: fix indefinite rport restartJoe Eykholt1-0/+2
2010-07-27[SCSI] libfc: Fix remote port restart problemJoe Eykholt1-3/+2
2010-05-16[SCSI] libfc: Move the port_id into lportRobert Love1-0/+2
2010-05-16[SCSI] libfc: Remove unused fc_get_host_port_typeRobert Love1-1/+0
2010-04-11[SCSI] libfc: fix hton24 macro to take expressions as argsJoe Eykholt1-6/+11
2010-04-11[SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt1-9/+0
2009-12-04[SCSI] fcoe, libfc: add get_lesb() to allow LLD to fill the link error status block (LESB)Yi Zou1-0/+6
2009-12-04[SCSI] libfc: add FC-BB-5 LESB counters to fcoe_dev_statsYi Zou1-0/+4
2009-12-04[SCSI] libfc: register FC4 features with the FC switchJoe Eykholt1-0/+2
2009-12-04[SCSI] libfc: add set_fid function to libfc templateJoe Eykholt1-0/+20
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love1-489/+505
2009-12-04[SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma1-0/+7
2009-12-04[SCSI] libfc: Register Symbolic Port Name (RSPN_ID)Chris Leech1-0/+1
2009-12-04[SCSI] libfc: Register Symbolic Node Name (RSNN_NN)Chris Leech1-0/+1
2009-12-04[SCSI] libfc: RNN_ID may be required before RSNN_NN with some switchesChris Leech1-0/+1
2009-12-04[SCSI] libfc: RPN_ID is obsolete and unnecessaryChris Leech1-1/+0
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech1-0/+10
2009-12-04[SCSI] libfc: vport link handling and fc_vport state managmentChris Leech1-0/+8
2009-12-04[SCSI] libfc: add some generic NPIV support routines to libfcChris Leech1-0/+20
2009-12-04[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocationChris Leech1-3/+12
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love1-79/+0
2009-12-04[SCSI] libfc: Remove fc_fcp_completeRobert Love1-8/+0
2009-12-04[SCSI] libfc: Move non-common routines and prototypes out of libfc.hRobert Love1-49/+0
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+1
2009-12-04[SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt1-0/+1
2009-12-04[SCSI] libfc: removes unused disc_work and ex_listVasu Dev1-1/+0
2009-09-10[SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt1-0/+1
2009-09-10[SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt1-0/+5
2009-09-10[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt1-1/+1
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love1-8/+9
2009-09-10[SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt1-0/+3
2009-09-10[SCSI] libfc: remove unused disc->delay elementJoe Eykholt1-1/+0
2009-09-10[SCSI] libfc: eliminate disc->eventJoe Eykholt1-1/+0
2009-09-10[SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt1-21/+19
2009-09-10[SCSI] libfc: rename rport event CREATED to READYJoe Eykholt1-1/+1
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt1-13/+16
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt1-1/+1
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt1-12/+14