Searched refs:RPL (Results 1 - 4 of 4) sorted by relevance

/drivers/net/tokenring/
H A Dtms380tr.h106 #define CMD_RX_VALID 0x0200 /* Now actual RPL is valid. */
480 __be16 RxListSize; /* RPL size: 0 (=26), 14, 20 or
598 * in one RPL/TPL. (depending on TI firmware
706 /* TPL/RPL size in OPEN parameter list depending on maximal
992 * bit pointer to last RPL.
995 * bit pointer to RPL with odd
1012 /* Receive Parameter List (RPL) The length of the RPLs has to be initialized
1017 #define RX_FRAG_NUM 1 /* Maximal number of used fragments in one RPL.
1022 typedef struct s_RPL RPL; typedef in typeref:struct:s_RPL
1024 __be32 NextRPLAddr; /* Pointer to next RPL i
[all...]
H A Dtms380tr.c179 static void tms380tr_write_rpl_status(RPL *rpl, unsigned int Status);
2023 RPL *rpl;
2024 RPL *SaveHead;
2037 break; /* RPL still in use by adapter */
2058 * Frame size is set to zero when the RPL is freed.
2159 /* Pass the last RPL back to the adapter */
2165 /* Current RPL becomes last one in list. */
2168 /* Inform adapter about RPL valid. */
2174 * This function should be used whenever the status of any RPL must be
2176 * order of instructions such that writing the RPL statu
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_hw.h943 } RPL; typedef in typeref:struct:_RPL
H A Dlpfc_els.c5321 * This routine processes Read Port Status (RPL) IOCB received as an
5328 * to actually sending out RPL Accept (ACC) response.
5641 * This routine issuees an Accept (ACC) Read Port List (RPL) ELS command.
5642 * It is to be called by the lpfc_els_rcv_rpl() routine to accept the RPL.
5647 * callback function to the RPL Accept Response ELS command.
5650 * 0 - Successfully issued ACC RPL ELS command
5651 * 1 - Failed to issue ACC RPL ELS command
5680 /* Setup the RPL ACC payload */
5688 /* Xmit ELS RPL ACC response tag <ulpIoTag> */
5690 "0120 Xmit ELS RPL AC
[all...]

Completed in 162 milliseconds