Searched refs:ncmd (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.c105 uddsize = (u32)(nctrl->ncmd.s.more * 8);
118 memcpy(data, &nctrl->ncmd, OCTNET_CMD_SIZE);
150 (nctrl->ncmd.s.cmd != OCTNET_CMD_RX_CTL)) {
154 __func__, nctrl->ncmd.s.cmd);
170 __func__, oct->pf_num, nctrl->ncmd.s.cmd, retval);
177 if (nctrl->ncmd.s.cmdgroup == 0) {
178 switch (nctrl->ncmd.s.cmd) {
H A Dlio_core.c173 nctrl.ncmd.u64 = 0;
174 nctrl.ncmd.s.cmd = cmd;
175 nctrl.ncmd.s.param1 = param1;
269 switch (nctrl->ncmd.s.cmd) {
277 if (nctrl->ncmd.s.param1) {
279 int vfidx = nctrl->ncmd.s.param1 - 1;
280 bool mac_is_admin_assigned = nctrl->ncmd.s.param2;
323 if (nctrl->ncmd.s.param1)
333 netdev->name, nctrl->ncmd.s.param1);
338 netdev->name, nctrl->ncmd
1220 union octnet_cmd *ncmd; local
1533 union octnet_cmd *ncmd; local
1610 union octnet_cmd *ncmd; local
1684 union octnet_cmd *ncmd; local
1773 union octnet_cmd *ncmd; local
[all...]
H A Dlio_vf_main.c599 union octnet_cmd *ncmd; local
614 ncmd = (union octnet_cmd *)sc->virtdptr;
616 ncmd->u64 = 0;
617 ncmd->s.cmd = OCTNET_CMD_RX_CTL;
618 ncmd->s.param1 = start_stop;
620 octeon_swap_8B_data((u64 *)ncmd, (OCTNET_CMD_SIZE >> 3));
1051 nctrl.ncmd.s.cmd = OCTNET_CMD_SET_UC_LIST;
1052 nctrl.ncmd.s.more = lio->netdev_uc_count;
1053 nctrl.ncmd.s.param1 = oct->vf_num;
1085 nctrl.ncmd
[all...]
H A Dlio_main.c1150 union octnet_cmd *ncmd; local
1166 ncmd = (union octnet_cmd *)sc->virtdptr;
1168 ncmd->u64 = 0;
1169 ncmd->s.cmd = OCTNET_CMD_RX_CTL;
1170 ncmd->s.param1 = start_stop;
1172 octeon_swap_8B_data((u64 *)ncmd, (OCTNET_CMD_SIZE >> 3));
1963 nctrl.ncmd.u64 = 0;
1964 nctrl.ncmd.s.cmd = OCTNET_CMD_SET_MULTI_LIST;
1965 nctrl.ncmd.s.param1 = get_new_flags(netdev);
1966 nctrl.ncmd
[all...]
H A Dlio_ethtool.c479 nctrl.ncmd.u64 = 0;
480 nctrl.ncmd.s.cmd = OCTNET_CMD_QUEUE_COUNT_CTL;
481 nctrl.ncmd.s.param1 = num_queues;
482 nctrl.ncmd.s.param2 = num_queues;
714 nctrl.ncmd.u64 = 0;
715 nctrl.ncmd.s.cmd = OCTNET_CMD_GPIO_ACCESS;
716 nctrl.ncmd.s.param1 = addr;
717 nctrl.ncmd.s.param2 = val;
741 nctrl.ncmd.u64 = 0;
742 nctrl.ncmd
[all...]
H A Docteon_nic.h39 union octnet_cmd ncmd; member in struct:octnic_ctrl_pkt
/linux-master/drivers/scsi/
H A DNCR5380.c147 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); local
150 ncmd->buffer = scsi_sglist(cmd);
151 ncmd->ptr = sg_virt(ncmd->buffer);
152 ncmd->this_residual = ncmd->buffer->length;
154 ncmd->buffer = NULL;
155 ncmd->ptr = NULL;
156 ncmd->this_residual = 0;
159 ncmd
163 advance_sg_buffer(struct NCR5380_cmd *ncmd) argument
176 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); local
564 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); local
638 struct NCR5380_cmd *ncmd; local
672 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); local
757 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(hostdata->connected); local
1691 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); variable in typeref:struct:NCR5380_cmd
1706 advance_sg_buffer(ncmd); variable
1756 advance_sg_buffer(ncmd); variable
2031 struct NCR5380_cmd *ncmd; local
2189 struct NCR5380_cmd *ncmd; local
2207 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(needle); local
2328 struct NCR5380_cmd *ncmd; local
2387 struct NCR5380_cmd *ncmd; local
[all...]
/linux-master/arch/um/drivers/
H A Dvirt-pci.c109 u8 *ncmd = kmalloc(cmd_size + extra_size, GFP_ATOMIC); local
111 if (ncmd) {
112 memcpy(ncmd, cmd, cmd_size);
114 memcpy(ncmd + cmd_size, extra, extra_size);
115 cmd = (void *)ncmd;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_crtn.h656 void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd,
658 void lpfc_io_ktime(struct lpfc_hba *phba, struct lpfc_io_buf *ncmd);
/linux-master/drivers/bluetooth/
H A Dhci_intel.c452 evt->ncmd = 0x01;
H A Dbtqca.c475 evt->ncmd = 1;
H A Dbtusb.c2490 evt->ncmd = 0x01;
/linux-master/include/net/bluetooth/
H A Dhci.h2354 __u8 ncmd; member in struct:hci_ev_cmd_complete
2361 __u8 ncmd; member in struct:hci_ev_cmd_status
/linux-master/net/bluetooth/
H A Dhci_event.c3785 static inline void handle_cmd_cnt_and_timer(struct hci_dev *hdev, u8 ncmd) argument
3791 if (ncmd) {
4278 handle_cmd_cnt_and_timer(hdev, ev->ncmd);
4388 handle_cmd_cnt_and_timer(hdev, ev->ncmd);

Completed in 250 milliseconds