Searched refs:sol (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 395 } __packed * sol; in fcoe_ctlr_solicit() local 398 skb = dev_alloc_skb(sizeof(*sol)); in fcoe_ctlr_solicit() 402 sol = (struct fip_sol *)skb->data; in fcoe_ctlr_solicit() 404 memset(sol, 0, sizeof(*sol)); in fcoe_ctlr_solicit() 405 memcpy(sol->eth.h_dest, fcf ? fcf->fcf_mac : fcoe_all_fcfs, ETH_ALEN); in fcoe_ctlr_solicit() 406 memcpy(sol->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_solicit() 407 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit() 409 sol->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER); in fcoe_ctlr_solicit() 410 sol->fip.fip_op = htons(FIP_OP_DISC); in fcoe_ctlr_solicit() 411 sol->fip.fip_subcode = FIP_SC_SOL; in fcoe_ctlr_solicit() [all …]
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | firmware.c | 172 char *eoc, *sol; in brcmf_nvram_handle_comment() local 174 sol = (char *)&nvp->data[nvp->pos]; in brcmf_nvram_handle_comment() 175 eoc = strchr(sol, '\n'); in brcmf_nvram_handle_comment() 177 eoc = strchr(sol, '\0'); in brcmf_nvram_handle_comment() 185 nvp->pos += (eoc - sol) + 1; in brcmf_nvram_handle_comment()
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 82 unsigned int line,todo,sol; in cx88_risc_field() local 101 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx88_risc_field() 103 sol = RISC_SOL; in cx88_risc_field() 106 *(rp++)=cpu_to_le32(RISC_WRITE|sol|RISC_EOL|bpl); in cx88_risc_field() 112 *(rp++)=cpu_to_le32(RISC_WRITE|sol| in cx88_risc_field()
|
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 1126 unsigned int line, todo, sol; in cx25821_risc_field_audio() local 1141 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx25821_risc_field_audio() 1143 sol = RISC_SOL; in cx25821_risc_field_audio() 1147 *(rp++) = cpu_to_le32(RISC_WRITE | sol | RISC_EOL | in cx25821_risc_field_audio() 1155 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx25821_risc_field_audio()
|
/drivers/scsi/be2iscsi/ |
D | be_main.c | 2093 struct sol_cqe *sol; in beiscsi_process_cq() local 2105 sol = queue_tail_node(cq); in beiscsi_process_cq() 2108 while (sol->dw[offsetof(struct amap_sol_cqe, valid) / 32] & in beiscsi_process_cq() 2110 be_dws_le_to_cpu(sol, sizeof(struct sol_cqe)); in beiscsi_process_cq() 2112 code = (sol->dw[offsetof(struct amap_sol_cqe, code) / in beiscsi_process_cq() 2117 cid = AMAP_GET_BITS(struct amap_sol_cqe, cid, sol); in beiscsi_process_cq() 2124 cid, sol); in beiscsi_process_cq() 2127 cid, sol); in beiscsi_process_cq() 2156 hwi_complete_cmd(beiscsi_conn, phba, sol); in beiscsi_process_cq() 2164 dmsg = (struct dmsg_cqe *)sol; in beiscsi_process_cq() [all …]
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1075 unsigned int line, todo, sol; in cx23885_risc_field() local 1097 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx23885_risc_field() 1099 sol = RISC_SOL; in cx23885_risc_field() 1103 *(rp++) = cpu_to_le32(RISC_WRITE|sol|RISC_EOL|bpl); in cx23885_risc_field() 1110 *(rp++) = cpu_to_le32(RISC_WRITE|sol| in cx23885_risc_field()
|