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.c180 static void tms380tr_write_rpl_status(RPL *rpl, unsigned int Status);
2069 RPL *rpl;
2070 RPL *SaveHead;
2083 break; /* RPL still in use by adapter */
2104 * Frame size is set to zero when the RPL is freed.
2205 /* Pass the last RPL back to the adapter */
2211 /* Current RPL becomes last one in list. */
2214 /* Inform adapter about RPL valid. */
2220 * This function should be used whenever the status of any RPL must be
2222 * order of instructions such that writing the RPL statu
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_hw.h942 } RPL; typedef in typeref:struct:_RPL
H A Dlpfc_els.c5312 * This routine processes Read Port Status (RPL) IOCB received as an
5319 * to actually sending out RPL Accept (ACC) response.
5632 * This routine issuees an Accept (ACC) Read Port List (RPL) ELS command.
5633 * It is to be called by the lpfc_els_rcv_rpl() routine to accept the RPL.
5638 * callback function to the RPL Accept Response ELS command.
5641 * 0 - Successfully issued ACC RPL ELS command
5642 * 1 - Failed to issue ACC RPL ELS command
5671 /* Setup the RPL ACC payload */
5679 /* Xmit ELS RPL ACC response tag <ulpIoTag> */
5681 "0120 Xmit ELS RPL AC
[all...]

Completed in 769 milliseconds