Searched refs:pcbp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 958 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup() local 964 pcbp->maxRing = (psli->num_rings - 1); in lpfc_config_pcb_setup() 979 pcbp->rdsc[i].cmdEntries = 0; in lpfc_config_pcb_setup() 980 pcbp->rdsc[i].rspEntries = 0; in lpfc_config_pcb_setup() 981 pcbp->rdsc[i].cmdAddrHigh = 0; in lpfc_config_pcb_setup() 982 pcbp->rdsc[i].rspAddrHigh = 0; in lpfc_config_pcb_setup() 983 pcbp->rdsc[i].cmdAddrLow = 0; in lpfc_config_pcb_setup() 984 pcbp->rdsc[i].rspAddrLow = 0; in lpfc_config_pcb_setup() 991 pcbp->rdsc[i].cmdEntries = pring->sli.sli3.numCiocb; in lpfc_config_pcb_setup() 996 pcbp in lpfc_config_pcb_setup() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1017 PCB_t *pcbp = phba->pcb; in lpfc_config_pcb_setup() local 1023 pcbp->maxRing = (psli->num_rings - 1); in lpfc_config_pcb_setup() 1038 pcbp->rdsc[i].cmdEntries = 0; in lpfc_config_pcb_setup() 1039 pcbp->rdsc[i].rspEntries = 0; in lpfc_config_pcb_setup() 1040 pcbp->rdsc[i].cmdAddrHigh = 0; in lpfc_config_pcb_setup() 1041 pcbp->rdsc[i].rspAddrHigh = 0; in lpfc_config_pcb_setup() 1042 pcbp->rdsc[i].cmdAddrLow = 0; in lpfc_config_pcb_setup() 1043 pcbp->rdsc[i].rspAddrLow = 0; in lpfc_config_pcb_setup() 1050 pcbp->rdsc[i].cmdEntries = pring->sli.sli3.numCiocb; in lpfc_config_pcb_setup() 1055 pcbp in lpfc_config_pcb_setup() [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_kernel.h | 84 int snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_kernel.h | 94 int snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp,
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_ports.c | 662 struct snd_seq_port_callback *pcbp, in snd_seq_event_port_attach() 677 portinfo.kernel = pcbp; in snd_seq_event_port_attach() 661 snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp, int cap, int type, int midi_channels, int midi_voices, char *portname) snd_seq_event_port_attach() argument
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ports.c | 692 struct snd_seq_port_callback *pcbp, in snd_seq_event_port_attach() 707 portinfo.kernel = pcbp; in snd_seq_event_port_attach() 691 snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp, int cap, int type, int midi_channels, int midi_voices, char *portname) snd_seq_event_port_attach() argument
|
Completed in 7 milliseconds