Searched defs:subtype (Results 26 - 35 of 35) sorted by relevance

12

/drivers/net/wireless/bcmdhd/include/proto/
H A Dp2p.h338 uint8 subtype; member in struct:wifi_p2p_action_frame
360 uint8 subtype; member in struct:wifi_p2p_pub_act_frame
H A D802.11.h163 uint8 subtype; member in struct:dot11_action_wifi_vendor_specific
173 uint8 subtype; member in struct:dot11_action_vs_frmhdr
594 uint8 subtype; member in struct:wme_ie
612 uint8 subtype; member in struct:wme_param_ie
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h320 u8 subtype; member in struct:mlx4_eqe
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd.h146 u16 subtype; member in struct:brcm_ethhdr
/drivers/scsi/lpfc/
H A Dlpfc_sli4.h123 enum lpfc_sli4_queue_subtype subtype; member in struct:lpfc_queue
H A Dlpfc_sli.c11062 switch (cq->subtype) {
11083 "0603 Invalid work queue CQE subtype (x%x)\n",
11084 cq->subtype);
11276 if (cq->subtype == LPFC_FCP)
11969 eq->subtype = LPFC_NONE;
12003 struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
12092 /* Set up completion queue's type and subtype */
12094 cq->subtype = subtype;
12169 * @subtype
12002 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, struct lpfc_queue *eq, uint32_t type, uint32_t subtype) argument
12186 lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq, struct lpfc_queue *cq, uint32_t subtype) argument
12339 lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq, struct lpfc_queue *cq, uint32_t subtype) argument
12483 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) argument
[all...]
/drivers/media/video/ivtv/
H A Divtv-driver.h347 int subtype; member in struct:ivtv_stream
/drivers/net/wireless/
H A Datmel.c3151 static void associate(struct atmel_private *priv, u16 frame_len, u16 subtype) argument
3172 if (subtype == IEEE80211_STYPE_ASSOC_RESP)
3209 if (subtype == IEEE80211_STYPE_ASSOC_RESP &&
3219 if (subtype == IEEE80211_STYPE_REASSOC_RESP &&
3352 u16 subtype; local
3354 subtype = le16_to_cpu(header->frame_control) & IEEE80211_FCTL_STYPE;
3355 switch (subtype) {
3415 subtype == IEEE80211_STYPE_BEACON);
3431 associate(priv, frame_len, subtype);
/drivers/net/wireless/iwmc3200wifi/
H A Dumac.h461 u8 subtype; member in struct:iwm_fw_build
/drivers/net/wireless/ipw2x00/
H A Dipw2200.h655 u8 subtype; member in struct:ipw_rx_notification

Completed in 386 milliseconds

12